<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="42">
  <CheatEntries>
    <CheatEntry>
      <ID>6</ID>
      <Description>"Enabler"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
if process == nil then ShowMessage('Process is not selected.')
elseif readInteger(process) == 0 then ShowMessage('Process cannot be opened.')
else
  if (monopipe~=nil) and (monopipe.ProcessID~=getOpenedProcessID()) then
    monopipe.destroy()
    monopipe=nil
  end
  if (monopipe==nil) then
    LaunchMonoDataCollector()
  end
end

{$asm}
define(screation,"CharacterStageAbilityScoresPanel:Refresh")
define(sgamemanager,"GameManager:Update")
define(sattribute,"AbilityScoreBox:Refresh")
define(sspell,"LearnStepItem:Refresh")
define(sstealth,"GameLocationVisibilityManager:UpdateImpl")
define(sweight,"RulesetInventorySlot:ComputeWeight")
define(sbattle,"RulesetCharacter:SustainDamage")
define(sacc,"RulesetCharacter:RollAttackMode")
define(sroll,"RulesetCharacter:RollAbilityCheck")
define(sinfmov,"GameLocationCharacter:get_RemainingTacticalMoves")
define(sfaction,"FactionStatusPanel:OnBeginShow")
define(sitem,"InventorySlotBox:OnPointerEnter")
define(smystic,"RulesetSpellRepertoire:IsMysticArcanumAvailable")
registersymbol(screation sgamemanager sattribute sspell sstealth sweight sbattle sacc sroll sinfmov sfaction sitem smystic)

[DISABLE]
{$lua}
if not syntaxcheck and monopipe then monopipe = nil,monopipe.Destroy()end
{$asm}
unregistersymbol(*)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1</ID>
          <Description>"Creation"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-14
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? ?? ?? ?? 3B ?? 40 ?? ?? ?? 48 ?? ?? ?? 85 ?? 40 ?? ?? ?? 48 ?? ?? ?? EB ?? 33 ?? 4C ?? ?? ?? 83 ?? ?? ?? ?? ?? ?? 40 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 41 ?? ?? ?? ?? 49 ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 45 ?? ?? 75 ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? BA ?? ?? ?? ?? 48 ?? ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 48
  This script does blah blah blah
}

[ENABLE]
aobscanregion(bcreation,screation,screation+13c2,48 ?? ?? ?? ?? ?? ?? 3B ?? 40 ?? ?? ?? 48 ?? ?? ?? 85 ?? 40 ?? ?? ?? 48 ?? ?? ?? EB ?? 33 ) // should be unique
alloc(newmem,$1000,bcreation)
alloc(bcreationc,7)
alloc(bcreationi,8)
registerSymbol(bcreation bcreationc bcreationi)
label(code return)

bcreationc:
  readmem(bcreation,7)
  
newmem:
  mov [bcreationi],rsi
code:
  readmem(bcreation,7)
  jmp return

bcreation:
  jmp newmem
  nop 2
return:

[DISABLE]
bcreation:
  readmem(bcreationc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: CharacterStageAbilityScoresPanel:Refresh+869

CharacterStageAbilityScoresPanel:Refresh+830: 41 FF D3                       - call r11
CharacterStageAbilityScoresPanel:Refresh+833: 48 8B 85 F8 FE FF FF           - mov rax,[rbp-00000108]
CharacterStageAbilityScoresPanel:Refresh+83a: E9 AB 01 00 00                 - jmp CharacterStageAbilityScoresPanel:Refresh+9ea
CharacterStageAbilityScoresPanel:Refresh+83f: 48 63 8D 38 FF FF FF           - movsxd  rcx,dword ptr [rbp-000000C8]
CharacterStageAbilityScoresPanel:Refresh+846: 49 BB 50 75 26 42 67 02 00 00  - mov r11,AttributeDefinitions:ComputeCostToRaiseAbility
CharacterStageAbilityScoresPanel:Refresh+850: 41 FF D3                       - call r11
CharacterStageAbilityScoresPanel:Refresh+853: 89 85 30 FF FF FF              - mov [rbp-000000D0],eax
CharacterStageAbilityScoresPanel:Refresh+859: 83 BD 38 FF FF FF 0F           - cmp dword ptr [rbp-000000C8],0F
CharacterStageAbilityScoresPanel:Refresh+860: 7D 24                          - jnl CharacterStageAbilityScoresPanel:Refresh+886
CharacterStageAbilityScoresPanel:Refresh+862: 48 63 85 30 FF FF FF           - movsxd  rax,dword ptr [rbp-000000D0]
// ---------- INJECTING HERE ----------
CharacterStageAbilityScoresPanel:Refresh+869: 48 63 8E 24 02 00 00           - movsxd  rcx,dword ptr [rsi+00000224]
// ---------- DONE INJECTING  ----------
CharacterStageAbilityScoresPanel:Refresh+870: 3B C1                          - cmp eax,ecx
CharacterStageAbilityScoresPanel:Refresh+872: 40 0F 9F C0                    - setg al
CharacterStageAbilityScoresPanel:Refresh+876: 48 0F B6 C0                    - movzx rax,al
CharacterStageAbilityScoresPanel:Refresh+87a: 85 C0                          - test eax,eax
CharacterStageAbilityScoresPanel:Refresh+87c: 40 0F 94 C7                    - sete dil
CharacterStageAbilityScoresPanel:Refresh+880: 48 0F B6 FF                    - movzx rdi,dil
CharacterStageAbilityScoresPanel:Refresh+884: EB 02                          - jmp CharacterStageAbilityScoresPanel:Refresh+888
CharacterStageAbilityScoresPanel:Refresh+886: 33 FF                          - xor edi,edi
CharacterStageAbilityScoresPanel:Refresh+888: 4C 0F B6 E7                    - movzx r12,dil
CharacterStageAbilityScoresPanel:Refresh+88c: 83 BD 38 FF FF FF 08           - cmp dword ptr [rbp-000000C8],08
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>17</ID>
              <Description>"Creation Pointers"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>8</ID>
                  <Description>"currentMethod"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>220</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>9</ID>
                  <Description>"remainingPoints"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>224</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>10</ID>
                  <Description>"freeEdition"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>228</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>11</ID>
                  <Description>"settingToggle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>229</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>12</ID>
                  <Description>"dragInProgress"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>22A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13</ID>
                  <Description>"baseRefresh"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>22B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>14</ID>
                  <Description>"abilityScoresRolled"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>22C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>15</ID>
                  <Description>"creationMode"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>22D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>16</ID>
                  <Description>"rerollsCount"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bcreationi</Address>
                  <Offsets>
                    <Offset>230</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>18</ID>
              <Description>"Creation Scripts"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>155</ID>
                  <Description>"Infinite Points / Turning Off Make Point 0 *Point Buy -&gt; Remove and Add a Point to Proceed"</Description>
                  <Options moHideChildren="1"/>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
CPointTimer = createTimer()
CPointTimer.setInterval(1000)
CPointTimer.onTimer = function()
local hpamount = readInteger('[bcreationi]+224')
  if hpamount ~= nil then
   writeInteger('[bcreationi]+224',99)
  end
end

[DISABLE]
writeInteger('[bcreationi]+224',0)
CPointTimer.Destroy()

</AssemblerScript>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4201</ID>
          <Description>"Skill / Spell Points [ Creation or Level Up and Spell/Language/Skill ] * Used Empty Spell Point to Proceed"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>4202</ID>
              <Description>" How-to-use: Enable Inf Spell Point and select everything except one, disable inf spell points"</Description>
              <Color>00FFFF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>4203</ID>
              <Description>" How-to-use: Enable Empty Spell Points, Click the last one. then disable empty spell point. Repeat pick the last skill/spell again"</Description>
              <Color>00FFFF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>4204</ID>
              <Description>"Manual Spell Point: Count how much point you need, enable script with that amount then disable before picking"</Description>
              <Color>00FFFF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>804</ID>
              <Description>"Manual Spell Point (Alternate) if below don't work"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-19
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bspell,sspell,sspell+1971,48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48) // should be unique
alloc(newmem,$1000,bspell)
alloc(bspellc,10)
alloc(spellcount,4)
alloc(bspelli,8)
registerSymbol(bspell bspellc bspelli spellcount)
label(code return)

bspellc:
  readmem(bspell,10)

spellcount:
  dd 3
newmem:
  //mov [bspelli],rax
  push rcx
  mov rcx,[spellcount]
  mov [rax+30],rcx
  mov [rax+34],rcx
  pop rcx
  //mov dword ptr [rax+34],#99
code:
  readmem(bspell,10)
  jmp return

bspell:
  jmp newmem
  nop 5
return:

[DISABLE]
bspell:
  readmem(bspellc,10)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: LearnStepItem:Refresh+115

LearnStepItem:Refresh+e4: 4C 63 80 D8 00 00 00           - movsxd  r8,dword ptr [rax+000000D8]
LearnStepItem:Refresh+eb: 4C 8B 88 B0 00 00 00           - mov r9,[rax+000000B0]
LearnStepItem:Refresh+f2: 48 8B CF                       - mov rcx,rdi
LearnStepItem:Refresh+f5: 49 8B D6                       - mov rdx,r14
LearnStepItem:Refresh+f8: 48 8B 07                       - mov rax,[rdi]
LearnStepItem:Refresh+fb: 49 BA B8 A2 99 9F 8B 01 00 00  - mov r10,0000018B9F99A2B8
LearnStepItem:Refresh+105: FF 50 80                       - call qword ptr [rax-80]
LearnStepItem:Refresh+108: 48 89 85 50 FF FF FF           - mov [rbp-000000B0],rax
LearnStepItem:Refresh+10f: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+112: 83 39 00                       - cmp dword ptr [rcx],00
// ---------- INJECTING HERE ----------
LearnStepItem:Refresh+115: 48 63 40 30                    - movsxd  rax,dword ptr [rax+30]
// ---------- DONE INJECTING  ----------
LearnStepItem:Refresh+119: 89 85 48 FF FF FF              - mov [rbp-000000B8],eax
LearnStepItem:Refresh+11f: 48 8B 85 50 FF FF FF           - mov rax,[rbp-000000B0]
LearnStepItem:Refresh+126: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+129: 48 63 40 34                    - movsxd  rax,dword ptr [rax+34]
LearnStepItem:Refresh+12d: 89 85 40 FF FF FF              - mov [rbp-000000C0],eax
LearnStepItem:Refresh+133: 48 8B 85 E8 FE FF FF           - mov rax,[rbp-00000118]
LearnStepItem:Refresh+13a: 48 8B 40 38                    - mov rax,[rax+38]
LearnStepItem:Refresh+13e: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+141: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+144: 66 90                          - nop 2
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>27981</ID>
                  <Description>"Spell/Skill Count"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>spellcount</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>4200</ID>
              <Description>"Inf Spell Points "</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-19
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bspell,sspell,sspell+1971,48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48) // should be unique
alloc(newmem,$1000,bspell)
alloc(bspellc,10)
alloc(bspelli,8)
registerSymbol(bspell bspellc bspelli)
label(code return)

bspellc:
  readmem(bspell,10)
  
newmem:
  //mov [bspelli],rax
  mov dword ptr [rax+30],#99
  //mov dword ptr [rax+34],#0
code:
  readmem(bspell,10)
  jmp return

bspell:
  jmp newmem
  nop 5
return:

[DISABLE]
bspell:
  readmem(bspellc,10)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: LearnStepItem:Refresh+115

LearnStepItem:Refresh+e4: 4C 63 80 D8 00 00 00           - movsxd  r8,dword ptr [rax+000000D8]
LearnStepItem:Refresh+eb: 4C 8B 88 B0 00 00 00           - mov r9,[rax+000000B0]
LearnStepItem:Refresh+f2: 48 8B CF                       - mov rcx,rdi
LearnStepItem:Refresh+f5: 49 8B D6                       - mov rdx,r14
LearnStepItem:Refresh+f8: 48 8B 07                       - mov rax,[rdi]
LearnStepItem:Refresh+fb: 49 BA B8 A2 99 9F 8B 01 00 00  - mov r10,0000018B9F99A2B8
LearnStepItem:Refresh+105: FF 50 80                       - call qword ptr [rax-80]
LearnStepItem:Refresh+108: 48 89 85 50 FF FF FF           - mov [rbp-000000B0],rax
LearnStepItem:Refresh+10f: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+112: 83 39 00                       - cmp dword ptr [rcx],00
// ---------- INJECTING HERE ----------
LearnStepItem:Refresh+115: 48 63 40 30                    - movsxd  rax,dword ptr [rax+30]
// ---------- DONE INJECTING  ----------
LearnStepItem:Refresh+119: 89 85 48 FF FF FF              - mov [rbp-000000B8],eax
LearnStepItem:Refresh+11f: 48 8B 85 50 FF FF FF           - mov rax,[rbp-000000B0]
LearnStepItem:Refresh+126: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+129: 48 63 40 34                    - movsxd  rax,dword ptr [rax+34]
LearnStepItem:Refresh+12d: 89 85 40 FF FF FF              - mov [rbp-000000C0],eax
LearnStepItem:Refresh+133: 48 8B 85 E8 FE FF FF           - mov rax,[rbp-00000118]
LearnStepItem:Refresh+13a: 48 8B 40 38                    - mov rax,[rax+38]
LearnStepItem:Refresh+13e: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+141: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+144: 66 90                          - nop 2
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>27980</ID>
              <Description>"Empty Spell Points * Remove a Point, Disable Script and Add a Point"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-19
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 83 ?? ?? ?? ?? ?? ?? 40
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bspell,sspell,sspell+1971,48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 83 ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 48) // should be unique
alloc(newmem,$1000,bspell)
alloc(bspellc,10)
alloc(bspelli,8)
registerSymbol(bspell bspellc bspelli)
label(code return)

bspellc:
  readmem(bspell,10)
  
newmem:
  //mov [bspelli],rax
  mov dword ptr [rax+30],#0
  //mov dword ptr [rax+34],#0
code:
  readmem(bspell,10)
  jmp return

bspell:
  jmp newmem
  nop 5
return:

[DISABLE]
bspell:
  readmem(bspellc,10)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: LearnStepItem:Refresh+115

LearnStepItem:Refresh+e4: 4C 63 80 D8 00 00 00           - movsxd  r8,dword ptr [rax+000000D8]
LearnStepItem:Refresh+eb: 4C 8B 88 B0 00 00 00           - mov r9,[rax+000000B0]
LearnStepItem:Refresh+f2: 48 8B CF                       - mov rcx,rdi
LearnStepItem:Refresh+f5: 49 8B D6                       - mov rdx,r14
LearnStepItem:Refresh+f8: 48 8B 07                       - mov rax,[rdi]
LearnStepItem:Refresh+fb: 49 BA B8 A2 99 9F 8B 01 00 00  - mov r10,0000018B9F99A2B8
LearnStepItem:Refresh+105: FF 50 80                       - call qword ptr [rax-80]
LearnStepItem:Refresh+108: 48 89 85 50 FF FF FF           - mov [rbp-000000B0],rax
LearnStepItem:Refresh+10f: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+112: 83 39 00                       - cmp dword ptr [rcx],00
// ---------- INJECTING HERE ----------
LearnStepItem:Refresh+115: 48 63 40 30                    - movsxd  rax,dword ptr [rax+30]
// ---------- DONE INJECTING  ----------
LearnStepItem:Refresh+119: 89 85 48 FF FF FF              - mov [rbp-000000B8],eax
LearnStepItem:Refresh+11f: 48 8B 85 50 FF FF FF           - mov rax,[rbp-000000B0]
LearnStepItem:Refresh+126: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+129: 48 63 40 34                    - movsxd  rax,dword ptr [rax+34]
LearnStepItem:Refresh+12d: 89 85 40 FF FF FF              - mov [rbp-000000C0],eax
LearnStepItem:Refresh+133: 48 8B 85 E8 FE FF FF           - mov rax,[rbp-00000118]
LearnStepItem:Refresh+13a: 48 8B 40 38                    - mov rax,[rax+38]
LearnStepItem:Refresh+13e: 48 8B C8                       - mov rcx,rax
LearnStepItem:Refresh+141: 83 38 00                       - cmp dword ptr [rax],00
LearnStepItem:Refresh+144: 66 90                          - nop 2
}
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>484</ID>
          <Description>"Attributes Editor [ Open Character Inventory ] *More Stats &amp; Spell under Game -&gt; party"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-14
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 89 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 48 ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 89 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48
  This script does blah blah blah
}

[ENABLE]
aobscanregion(battributes,sattribute,sattribute+3e3,48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 89 ?? ?? 48) // should be unique
alloc(newmem,$1000,battributes)
alloc(battributesc,7)
alloc(battributesi,8)

alloc(strC,8)
alloc(dexC,8)
alloc(conC,8)
alloc(intC,8)
alloc(wisC,8)
alloc(chaC,8)

registerSymbol(battributes battributesi battributesc strC dexC conC intC wisC chaC)
label(code return strA dexA conA intA wisA chaA strB dexB conB intB wisB chaB)

battributesc:
  readmem(battributes,7)
  
newmem:
  //mov [battributesi],rsi
  push rsi
  mov rsi,[rsi+80]
  mov rsi,[rsi+10]
  mov rsi,[rsi+28]
strA:
  cmp [rsi+14],740053 //'Stre'
  je strB
dexA:
  cmp [rsi+14],650044 //'Dext'
  je dexB
conA:
  cmp [rsi+14],6F0043 //'Cons'
  je conB
intA:
  cmp [rsi+14],6E0049 //'Inte'
  je intB
wisA:
  cmp [rsi+14],690057 //'Wisd'
  je wisB
chaA:
  cmp [rsi+14],680043 //'Char'
  je chaB
  pop rsi
  jmp code

strB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [strC],rax
  pop rax
  jmp code

dexB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [dexC],rax
  pop rax
  jmp code

conB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [conC],rax
  pop rax
  jmp code

intB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [intC],rax
  pop rax
  jmp code

wisB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [wisC],rax
  pop rax
  jmp code

chaB:
  pop rsi
  push rax
  mov rax,[rsi+80]
  mov [chaC],rax
  pop rax
  jmp code

code:
  readmem(battributes,7)
  jmp return

battributes:
  jmp newmem
  nop 2
return:

[DISABLE]
battributes:
  readmem(battributesc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: AbilityScoreBox:Refresh+c3

AbilityScoreBox:Refresh+96: F2 0F 5A C9                    - cvtsd2ss xmm1,xmm1
AbilityScoreBox:Refresh+9a: 83 3F 00                       - cmp dword ptr [rdi],00
AbilityScoreBox:Refresh+9d: 90                             - nop 
AbilityScoreBox:Refresh+9e: 49 BB 40 47 C6 DE 96 02 00 00  - mov r11,UnityEngine.CanvasGroup:set_alpha
AbilityScoreBox:Refresh+a8: 41 FF D3                       - call r11
AbilityScoreBox:Refresh+ab: 48 8B CE                       - mov rcx,rsi
AbilityScoreBox:Refresh+ae: 49 BB 20 BF C2 5E 97 02 00 00  - mov r11,AbilityScoreBox:get_Assigned
AbilityScoreBox:Refresh+b8: 41 FF D3                       - call r11
AbilityScoreBox:Refresh+bb: 85 C0                          - test eax,eax
AbilityScoreBox:Refresh+bd: 0F 84 F3 01 00 00              - je AbilityScoreBox:Refresh+2b6
// ---------- INJECTING HERE ----------
AbilityScoreBox:Refresh+c3: 48 8B 86 80 00 00 00           - mov rax,[rsi+00000080]
// ---------- DONE INJECTING  ----------
AbilityScoreBox:Refresh+ca: 48 8B C8                       - mov rcx,rax
AbilityScoreBox:Refresh+cd: 83 38 00                       - cmp dword ptr [rax],00
AbilityScoreBox:Refresh+d0: 48 8D 64 24 00                 - lea rsp,[rsp+00]
AbilityScoreBox:Refresh+d5: 90                             - nop 
AbilityScoreBox:Refresh+d6: 49 BB 40 B8 26 0B 97 02 00 00  - mov r11,RulesetAttribute:get_CurrentValue
AbilityScoreBox:Refresh+e0: 41 FF D3                       - call r11
AbilityScoreBox:Refresh+e3: 89 45 C0                       - mov [rbp-40],eax
AbilityScoreBox:Refresh+e6: 48 8B 46 60                    - mov rax,[rsi+60]
AbilityScoreBox:Refresh+ea: 48 89 45 90                    - mov [rbp-70],rax
AbilityScoreBox:Refresh+ee: 48 8B CD                       - mov rcx,rbp
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>485</ID>
              <Description>"Strength"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>strC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>489</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>490</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>491</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>492</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>493</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>494</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>495</ID>
              <Description>"Dexterity"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>dexC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>496</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>497</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>498</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>499</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>500</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>501</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>502</ID>
              <Description>"Constitution"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>conC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>503</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>504</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>505</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>506</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>507</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>508</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>509</ID>
              <Description>"Intelligence"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>intC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>510</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>511</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>512</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>513</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>514</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>515</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>516</ID>
              <Description>"Wisdom"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>wisC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>517</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>518</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>519</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>520</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>521</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>522</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>523</ID>
              <Description>"Charisma"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>chaC</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>524</ID>
                  <Description>"baseValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>525</ID>
                  <Description>"minValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>526</ID>
                  <Description>"maxValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>527</ID>
                  <Description>"maxEditableValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>528</ID>
                  <Description>"currentValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>529</ID>
                  <Description>"upToDate"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>156</ID>
          <Description>"Game [ In-Game / Load Save ]"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-14
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 48 ?? ?? FF ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 0F ?? ?? ?? 85 ?? 74 ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 48 ?? ?? FF ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 0F ?? ?? ?? 85 ?? 74 ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bgame,sgamemanager,sgamemanager+e4,48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 66 ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 85 ") // should be unique
alloc(newmem,$1000,bgame)
alloc(bgamec,7)
alloc(bgamei,8)
registerSymbol(bgame bgamec bgamei)
label(code return)

bgamec:
  readmem(bgame,7)
  
newmem:
  mov [bgamei],rsi
code:
  readmem(bgame,7)
  jmp return

bgame:
  jmp newmem
  nop 2
return:

[DISABLE]
bgame:
  readmem(bgamec,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: GameManager:Update+f

142C8C665C6: 00 00                          - add [rax],al
142C8C665C8: 00 00                          - add [rax],al
142C8C665CA: 00 00                          - add [rax],al
142C8C665CC: 00 00                          - add [rax],al
142C8C665CE: 00 00                          - add [rax],al
GameManager:Update: 55                             - push rbp
GameManager:Update+1: 48 8B EC                       - mov rbp,rsp
GameManager:Update+4: 48 83 EC 30                    - sub rsp,30
GameManager:Update+8: 48 89 75 F8                    - mov [rbp-08],rsi
GameManager:Update+c: 48 8B F1                       - mov rsi,rcx
// ---------- INJECTING HERE ----------
GameManager:Update+f: 48 8B 86 80 00 00 00           - mov rax,[rsi+00000080]
// ---------- DONE INJECTING  ----------
GameManager:Update+16: 48 8B C8                       - mov rcx,rax
GameManager:Update+19: 83 38 00                       - cmp dword ptr [rax],00
GameManager:Update+1c: 66 90                          - nop 2
GameManager:Update+1e: 49 BB B0 95 D0 C0 42 01 00 00  - mov r11,TA.Coroutine:get_Empty
GameManager:Update+28: 41 FF D3                       - call r11
GameManager:Update+2b: 85 C0                          - test eax,eax
GameManager:Update+2d: 0F 85 40 00 00 00              - jne GameManager:Update+73
GameManager:Update+33: 48 8B 86 80 00 00 00           - mov rax,[rsi+00000080]
GameManager:Update+3a: 48 8B C8                       - mov rcx,rax
GameManager:Update+3d: 48 8B 00                       - mov rax,[rax]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>183</ID>
              <Description>"Game Pointers"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>185</ID>
                  <Description>"Game Manager Pointers"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>157</ID>
                      <Description>"forceAutorevive"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>158</ID>
                      <Description>"&lt;DifficultySettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>159</ID>
                      <Description>"&lt;BattleSettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>160</ID>
                      <Description>"&lt;HeatlhAndRestSettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>161</ID>
                      <Description>"&lt;InventorySettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>162</ID>
                      <Description>"&lt;SpellcastingSettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>163</ID>
                      <Description>"&lt;SpellComponentsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>164</ID>
                      <Description>"&lt;RandomnessSettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>165</ID>
                      <Description>"&lt;StorySettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>166</ID>
                      <Description>"&lt;ExplorationSettingsHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>D9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>167</ID>
                      <Description>"displayTutorial"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>DA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>168</ID>
                      <Description>"orbitalCameraCorrection"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>DB</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>169</ID>
                      <Description>"contextualCameraFrequencyLevel"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>DC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>170</ID>
                      <Description>"moveCameraWithScreenBorders"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>171</ID>
                      <Description>"showHelmetInPortrait"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>172</ID>
                      <Description>"displayBanterTextAboveCharacters"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>173</ID>
                      <Description>"focusCameraOnBattleActions"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>174</ID>
                      <Description>"autosaveCount"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>175</ID>
                      <Description>"quicksaveCount"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>176</ID>
                      <Description>"&lt;DisplayHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>EC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>177</ID>
                      <Description>"&lt;GameplayHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>ED</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>178</ID>
                      <Description>"&lt;CameraHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>EE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>179</ID>
                      <Description>"&lt;OtherHeader&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>EF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>180</ID>
                      <Description>"scene"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>181</ID>
                      <Description>"isAddressableScene"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>182</ID>
                      <Description>"&lt;GameShuttingDown&gt;k__BackingField"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F5</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>184</ID>
                  <Description>"outgameDifficultySettings"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bgamei</Address>
                  <Offsets>
                    <Offset>20</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>186</ID>
                      <Description>"difficultyPreset"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>10</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>187</ID>
                          <Description>"Length"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>20</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>188</ID>
                          <Description>"Value"</Description>
                          <VariableType>String</VariableType>
                          <Length>128</Length>
                          <Unicode>1</Unicode>
                          <CodePage>0</CodePage>
                          <ZeroTerminate>1</ZeroTerminate>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>14</Offset>
                            <Offset>10</Offset>
                            <Offset>20</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>189</ID>
                      <Description>"customDifficulty"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>48</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>190</ID>
                      <Description>"disableEnemyCrits"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>49</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>191</ID>
                      <Description>"aiUsesPowerfulMovesMoreOften"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>4A</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>192</ID>
                      <Description>"aiTargetsHelplessCharacters"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>4B</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>193</ID>
                      <Description>"damageTakenAllyMultiplier"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>194</ID>
                      <Description>"enemyHpMultiplier"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>50</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>195</ID>
                      <Description>"savingThrowAllyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>54</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>196</ID>
                      <Description>"savingThrowEnemyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>58</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>197</ID>
                      <Description>"attackRollAllyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>5C</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>198</ID>
                      <Description>"attackRollEnemyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>60</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>199</ID>
                      <Description>"abilityCheckAllyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>64</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>200</ID>
                      <Description>"abilityCheckEnemyModifier"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>68</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>201</ID>
                      <Description>"autorevive"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>6C</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>202</ID>
                      <Description>"maxHpOnLevelUp"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>6D</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>203</ID>
                      <Description>"maxHpOnHitDice"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>6E</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>204</ID>
                      <Description>"companionsRest"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>6F</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>205</ID>
                      <Description>"noFoodNeeded"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>70</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>206</ID>
                      <Description>"neverLoseConcentrationOnSpells"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>71</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>207</ID>
                      <Description>"scrollsCanBeUsedByAnyCharacter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>72</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>208</ID>
                      <Description>"forceCritEveryFewRolls"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>73</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>209</ID>
                      <Description>"forceSuccessOnDialogRolls"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>74</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>210</ID>
                      <Description>"alwaysDisplayDialogChances"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>75</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>211</ID>
                      <Description>"unlockAllBestiaryContent"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>76</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>212</ID>
                      <Description>"disableRandomEncounters"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>77</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>213</ID>
                      <Description>"authorizeRetryOnGadgets"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>78</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>214</ID>
                      <Description>"autoDetectTraps"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>79</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>215</ID>
                      <Description>"noToolRequirement"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>7A</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>216</ID>
                      <Description>"forceCraftingRollSuccess"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>7B</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>217</ID>
                      <Description>"allowAttuningUnknownItems"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>7C</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>218</ID>
                      <Description>"spellbookPagesConstraint"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>7D</Offset>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>219</ID>
                  <Description>"outgameGameplaySettings"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bgamei</Address>
                  <Offsets>
                    <Offset>30</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>225</ID>
                      <Description>"partyReactionTrapDetected"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>10</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>226</ID>
                          <Description>"Length"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>227</ID>
                          <Description>"Value"</Description>
                          <VariableType>String</VariableType>
                          <Length>128</Length>
                          <Unicode>1</Unicode>
                          <CodePage>0</CodePage>
                          <ZeroTerminate>1</ZeroTerminate>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>14</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>220</ID>
                      <Description>"vocalSpellIncantation"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>1C</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>221</ID>
                      <Description>"groupedMonsterInitiatives"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>1B</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>222</ID>
                      <Description>"preserveRandomSeed"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>1A</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>223</ID>
                      <Description>"fasterTravelOnWorldMap"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>19</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>224</ID>
                      <Description>"reactionTimer"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>18</Offset>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>229</ID>
                  <Description>"gameCampaign Pointer"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bgamei</Address>
                  <Offsets>
                    <Offset>30</Offset>
                    <Offset>68</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>237</ID>
                      <Description>"achievementsData"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>48</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>238</ID>
                          <Description>"anyCharacterHasDied"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>28</Offset>
                            <Offset>48</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>239</ID>
                          <Description>"totalCritsCount"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>48</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>240</ID>
                          <Description>"identifyCount"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>20</Offset>
                            <Offset>48</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>241</ID>
                      <Description>"gameTime"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>40</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>242</ID>
                          <Description>"paused"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>60</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>243</ID>
                          <Description>"timeScale"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>244</ID>
                          <Description>"networkTimeScale"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>68</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>245</ID>
                          <Description>"fasterTimeMode"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>6C</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>246</ID>
                          <Description>"initialDay"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>70</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>247</ID>
                          <Description>"initialMonth"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>74</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>248</ID>
                          <Description>"initialYear"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>78</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>249</ID>
                          <Description>"fractionalTime"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>7C</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>280</ID>
                      <Description>"difficultySettingsInstance"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>58</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>250</ID>
                          <Description>"spellbookPagesConstraint"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>7D</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>251</ID>
                          <Description>"allowAttuningUnknownItems"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>7C</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>252</ID>
                          <Description>"forceCraftingRollSuccess"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>7B</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>253</ID>
                          <Description>"noToolRequirement"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>254</ID>
                          <Description>"autoDetectTraps"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>79</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>255</ID>
                          <Description>"authorizeRetryOnGadgets"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>78</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>256</ID>
                          <Description>"disableRandomEncounters"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>77</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>257</ID>
                          <Description>"unlockAllBestiaryContent"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>76</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>258</ID>
                          <Description>"alwaysDisplayDialogChances"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>75</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>259</ID>
                          <Description>"forceSuccessOnDialogRolls"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>74</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>260</ID>
                          <Description>"forceCritEveryFewRolls"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>73</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>261</ID>
                          <Description>"scrollsCanBeUsedByAnyCharacter"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>72</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>262</ID>
                          <Description>"neverLoseConcentrationOnSpells"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>71</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>263</ID>
                          <Description>"noFoodNeeded"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>70</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>264</ID>
                          <Description>"companionsRest"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>6F</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>265</ID>
                          <Description>"maxHpOnHitDice"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>6E</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>266</ID>
                          <Description>"maxHpOnLevelUp"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>6D</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>267</ID>
                          <Description>"autorevive"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>6C</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>268</ID>
                          <Description>"abilityCheckEnemyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>68</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>269</ID>
                          <Description>"abilityCheckAllyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>270</ID>
                          <Description>"attackRollEnemyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>60</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>271</ID>
                          <Description>"attackRollAllyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>5C</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>272</ID>
                          <Description>"savingThrowEnemyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>58</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>273</ID>
                          <Description>"savingThrowAllyModifier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>54</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>274</ID>
                          <Description>"enemyHpMultiplier"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>50</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>275</ID>
                          <Description>"damageTakenAllyMultiplier"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>4C</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>276</ID>
                          <Description>"aiTargetsHelplessCharacters"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>4B</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>277</ID>
                          <Description>"aiUsesPowerfulMovesMoreOften"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>4A</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>278</ID>
                          <Description>"disableEnemyCrits"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>49</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>279</ID>
                          <Description>"customDifficulty"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>48</Offset>
                            <Offset>58</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>281</ID>
                      <Description>"gameplaySettingsInstance"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>60</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>282</ID>
                          <Description>"vocalSpellIncantation"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                            <Offset>60</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>283</ID>
                          <Description>"groupedMonsterInitiatives"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>1B</Offset>
                            <Offset>60</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>284</ID>
                          <Description>"preserveRandomSeed"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>1A</Offset>
                            <Offset>60</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>285</ID>
                          <Description>"fasterTravelOnWorldMap"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>19</Offset>
                            <Offset>60</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>286</ID>
                          <Description>"reactionTimer"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>18</Offset>
                            <Offset>60</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>230</ID>
                      <Description>"initialized"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>231</ID>
                      <Description>"introPlayed"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>E9</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>232</ID>
                      <Description>"firstLocationEntered"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>EA</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>233</ID>
                      <Description>"diceLuckScore"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>EC</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>234</ID>
                      <Description>"lastCriticalCounter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>235</ID>
                      <Description>"ironManMode"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>236</ID>
                      <Description>"accumulatedSeconds"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>287</ID>
                  <Description>"party"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bgamei</Address>
                  <Offsets>
                    <Offset>30</Offset>
                    <Offset>30</Offset>
                    <Offset>68</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>288</ID>
                      <Description>"treasury"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>40</Offset>
                        <Offset>30</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>289</ID>
                          <Description>"currencyAmounts"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <GroupHeader>1</GroupHeader>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>40</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>290</ID>
                              <Description>"Platinum"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>bgamei</Address>
                              <Offsets>
                                <Offset>20</Offset>
                                <Offset>10</Offset>
                                <Offset>40</Offset>
                                <Offset>30</Offset>
                                <Offset>30</Offset>
                                <Offset>68</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>292</ID>
                              <Description>"Gold"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>bgamei</Address>
                              <Offsets>
                                <Offset>24</Offset>
                                <Offset>10</Offset>
                                <Offset>40</Offset>
                                <Offset>30</Offset>
                                <Offset>30</Offset>
                                <Offset>68</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>291</ID>
                              <Description>"Silver"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>bgamei</Address>
                              <Offsets>
                                <Offset>2C</Offset>
                                <Offset>10</Offset>
                                <Offset>40</Offset>
                                <Offset>30</Offset>
                                <Offset>30</Offset>
                                <Offset>68</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>294</ID>
                              <Description>"Copper"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>bgamei</Address>
                              <Offsets>
                                <Offset>30</Offset>
                                <Offset>10</Offset>
                                <Offset>40</Offset>
                                <Offset>30</Offset>
                                <Offset>30</Offset>
                                <Offset>68</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>311</ID>
                      <Description>"charactersList "</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bgamei</Address>
                      <Offsets>
                        <Offset>10</Offset>
                        <Offset>30</Offset>
                        <Offset>30</Offset>
                        <Offset>68</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12646</ID>
                          <Description>"Character [0]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>0</Offset>
                            <Offset>20</Offset>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12647</ID>
                              <Description>"rulesetCharacter"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+10</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12648</ID>
                                  <Description>"name"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+718</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12649</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12650</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12651</ID>
                                  <Description>"surName"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+720</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12652</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12653</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12654</ID>
                                  <Description>"Attributes"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+10</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12655</ID>
                                      <Description>"Stats"</Description>
                                      <Options moHideChildren="1"/>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+18</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>12656</ID>
                                          <Description>"Strength"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+30</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12657</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12658</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12659</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12660</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12661</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12662</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12663</ID>
                                          <Description>"Dex"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+48</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12664</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12665</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12666</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12667</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12668</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12669</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12670</ID>
                                          <Description>"Con"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+60</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12671</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12672</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12673</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12674</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12675</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12676</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12677</ID>
                                          <Description>"Int"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+78</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12678</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12679</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12680</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12681</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12682</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12683</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12684</ID>
                                          <Description>"Wis"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+90</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12685</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12686</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12687</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12688</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12689</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12690</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12691</ID>
                                          <Description>"Cha"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+a8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12692</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12693</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12694</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12695</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12696</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12697</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12698</ID>
                                          <Description>"Armor Class"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+c0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12699</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12700</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12701</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12702</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12703</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12704</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12705</ID>
                                          <Description>"Initiative"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+d8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12706</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12707</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12708</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12709</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12710</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12711</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12712</ID>
                                          <Description>"Hit Points"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+f0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12713</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12714</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12715</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12716</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12717</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12718</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12719</ID>
                                          <Description>"CriticalThreshold"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12720</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12721</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12722</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12723</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12724</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12725</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12726</ID>
                                          <Description>"CharacterLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+120</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12727</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12728</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12729</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12730</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12731</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12732</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12733</ID>
                                          <Description>"Experience"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+138</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12734</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12735</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12736</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12737</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12738</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12739</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12740</ID>
                                          <Description>"HitPointBonusPerLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+150</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12741</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12742</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12743</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12744</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12745</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12746</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12747</ID>
                                          <Description>"ProficiencyBonus"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+168</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12748</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12749</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12750</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12751</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12752</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12753</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12754</ID>
                                          <Description>"AttacksNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+180</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12755</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12756</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12757</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12758</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12759</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12760</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12761</ID>
                                          <Description>"ChannelDivinityNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+198</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12762</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12763</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12764</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12765</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12766</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12767</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12768</ID>
                                          <Description>"HealingPool"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1b0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12769</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12770</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12771</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12772</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12773</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12774</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12775</ID>
                                          <Description>"SorceryPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1c8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12776</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12777</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12778</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12779</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12780</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12781</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12782</ID>
                                          <Description>"RagePoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1e0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12783</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12784</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12785</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12786</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12787</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12788</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12789</ID>
                                          <Description>"RageDamage"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1f8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12790</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12791</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12792</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12793</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12794</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12795</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12796</ID>
                                          <Description>"IndomitableResistances"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+210</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12797</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12798</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12799</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12800</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12801</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12802</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12803</ID>
                                          <Description>"BrutalCriticalDice"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+228</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12804</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12805</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12806</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12807</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12808</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12809</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12810</ID>
                                          <Description>"RelentlessRageDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+240</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12811</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12812</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12813</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12814</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12815</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12816</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12817</ID>
                                          <Description>"FrenzyExhaustionDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+258</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12818</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12819</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12820</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12821</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12822</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12823</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12824</ID>
                                          <Description>"KiPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+270</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12825</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12826</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12827</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12828</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12829</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12830</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12831</ID>
                                          <Description>"BindChainNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+288</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12832</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12833</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12834</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12835</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12836</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12837</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12838</ID>
                                          <Description>"BardicInspirationNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2A0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12839</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12840</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12841</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12842</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12843</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12844</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>12845</ID>
                                          <Description>"BardicInspirationDie"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2B8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12846</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12847</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12848</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12849</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12850</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>12851</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12852</ID>
                                  <Description>"voiceID"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+728</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12853</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12854</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12855</ID>
                                  <Description>"spellRepertoires"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+2c0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12856</ID>
                                      <Description>"Spell - Depending on your character"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+10</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>12857</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+20</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>12858</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>12859</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>12860</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12861</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12862</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12863</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12864</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12865</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12866</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12867</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12868</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12869</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12870</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12871</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12872</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12873</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12874</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12875</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12876</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12877</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12878</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12879</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12880</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12881</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12882</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12883</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12884</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12885</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12886</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12887</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12888</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12889</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12890</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12891</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12892</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12893</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12894</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12895</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12896</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12897</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12898</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12899</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12900</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12901</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12902</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12903</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12904</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12905</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12906</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12907</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12908</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12909</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12910</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12911</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12912</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12913</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12914</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12915</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12916</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12917</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12918</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12919</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12920</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12921</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12922</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12923</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12924</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12925</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12926</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12927</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12928</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12929</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12930</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12931</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12932</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12933</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12934</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12935</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12936</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12937</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12938</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12939</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12940</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12941</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12942</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12943</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12944</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12945</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12946</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12947</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12948</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12949</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12950</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12951</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12952</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12953</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12954</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12955</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12956</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12957</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12958</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12959</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12960</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12961</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12962</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12963</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12964</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12965</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12966</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12967</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12968</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12969</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12970</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12971</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12972</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12973</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12974</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12975</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12976</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12977</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12978</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12979</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12980</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12981</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12982</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12983</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12984</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12985</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12986</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12987</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12988</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12989</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12990</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12991</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12992</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12993</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12994</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12995</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12996</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12997</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12998</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12999</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13000</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13001</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13002</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13003</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13004</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13005</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13006</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13007</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13008</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13009</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13010</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13011</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13012</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13013</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13014</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13015</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13016</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13017</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13018</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13019</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13020</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13021</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13022</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13023</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13024</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13025</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13026</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13027</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13028</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13029</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13030</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13031</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13032</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13033</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13034</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13035</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13036</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13037</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13038</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13039</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13040</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13041</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13042</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13043</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13044</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13045</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13046</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13047</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13048</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13049</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13050</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13051</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13052</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13053</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13054</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13055</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13056</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13057</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13058</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13059</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13060</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13061</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13062</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13063</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13064</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13065</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13066</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13067</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13068</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13069</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13070</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13071</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13072</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13073</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13074</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13075</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13076</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13077</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13078</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13079</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13080</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13081</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13082</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13083</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13084</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13085</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13086</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13087</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13088</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13089</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13090</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13091</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13092</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13093</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13094</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13095</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13096</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13097</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13098</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13099</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13100</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13101</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13102</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13103</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13104</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13105</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13106</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13107</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13108</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13109</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13110</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13111</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13112</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13113</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13114</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13115</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13116</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13117</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13118</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13119</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13120</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13121</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13122</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13123</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13124</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13125</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13126</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13127</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13128</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13129</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13130</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13131</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13132</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13133</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13134</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13135</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13136</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13137</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13138</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13139</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13140</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13141</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13142</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13143</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13144</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13145</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13146</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13147</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13148</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13149</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13150</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13151</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13152</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13153</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13154</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13155</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13156</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13157</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13158</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13159</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13160</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13161</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13162</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13163</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13164</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13165</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13166</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13167</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13168</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13169</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13170</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13171</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13172</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13173</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13174</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13175</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13176</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13177</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13178</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13179</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13180</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13181</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13182</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13183</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13184</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13185</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13186</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13187</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13188</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13189</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13190</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13191</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13192</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13193</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13194</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13195</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13196</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13197</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13198</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13199</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13200</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13201</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13202</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13203</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13204</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13205</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13206</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13207</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13208</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13209</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13210</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13211</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13212</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13213</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13214</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13215</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13216</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13217</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13218</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13219</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13220</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13221</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13222</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13223</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13224</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13225</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13226</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13227</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13228</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13229</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13230</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13231</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13232</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13233</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13234</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13235</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13236</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13237</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13238</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13239</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13240</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13241</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13242</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13243</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13244</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13245</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13246</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13247</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13248</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13249</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13250</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13251</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13252</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13253</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13254</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13255</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13256</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13257</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13258</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13259</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13260</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13261</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13262</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13263</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13264</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13265</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13266</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13267</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13268</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13269</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13270</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13271</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13272</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13273</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13274</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13275</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13276</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13277</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13278</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13279</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13280</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13281</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13282</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13283</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13284</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13285</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13286</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13287</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13288</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13289</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13290</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13291</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13292</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13293</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13294</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13295</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13296</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13297</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13298</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13299</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13300</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13301</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13302</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13303</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13304</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13305</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13306</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13307</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13308</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13309</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13310</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13311</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13312</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13313</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13314</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13315</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13316</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13317</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13318</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13319</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13320</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13321</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13322</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13323</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13324</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13325</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13326</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13327</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13328</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13329</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13330</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13331</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13332</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13333</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13334</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13335</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13336</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13337</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13338</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13339</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13340</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13341</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13342</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13343</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13344</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13345</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13346</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13347</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13348</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13349</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13350</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13351</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13352</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13353</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13354</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13355</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13356</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13357</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13358</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13359</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13360</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13361</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13362</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13363</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13364</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13365</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13366</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13367</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13368</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13369</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13370</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13371</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13372</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13373</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13374</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13375</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13376</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13377</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13378</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13379</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13380</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13381</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13382</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13383</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13384</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13385</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13386</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13387</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13388</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13389</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13390</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13391</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13392</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13393</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13394</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13395</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13396</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13397</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13398</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13399</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13400</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13401</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13402</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13403</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13404</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13405</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13406</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13407</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13408</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13409</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13410</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13411</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13412</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13413</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13414</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13415</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13416</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13417</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13418</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13419</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13420</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13421</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13422</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13423</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13424</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13425</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13426</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13427</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13428</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13429</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13430</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13431</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13432</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13433</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13434</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13435</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13436</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13437</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13438</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13439</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13440</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13441</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13442</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13443</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13444</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13445</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13446</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13447</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13448</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13449</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13450</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13451</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13452</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13453</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13454</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13455</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13456</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13457</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13458</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13459</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13460</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13461</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13462</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13463</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13464</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13465</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13466</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13467</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13468</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13469</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13470</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13471</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13472</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13473</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13474</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13475</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13476</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13477</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13478</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13479</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13480</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13481</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13482</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13483</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13484</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13485</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13486</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13487</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13488</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13489</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13490</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13491</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13492</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13493</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13494</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13495</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13496</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13497</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13498</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13499</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13500</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13501</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13502</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13503</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13504</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13505</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13506</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13507</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13508</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13509</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13510</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13511</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13512</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13513</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13514</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13515</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13516</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13517</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13518</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13519</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13520</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13521</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13522</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13523</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13524</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13525</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13526</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13527</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13528</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13529</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13530</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13531</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13532</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13533</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13534</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13535</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13536</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13537</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13538</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13539</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13540</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13541</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13542</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13543</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13544</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13545</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13546</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13547</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13548</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13549</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13550</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13551</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13552</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13553</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13554</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13555</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13556</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13557</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13558</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13559</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13560</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13561</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13562</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13563</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13564</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13565</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13566</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13567</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13568</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13569</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13570</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13571</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13572</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13573</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13574</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13575</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13576</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13577</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13578</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13579</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13580</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13581</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13582</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13583</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13584</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13585</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13586</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13587</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13588</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13589</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13590</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13591</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13592</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13593</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13594</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13595</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13596</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13597</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13598</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13599</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13600</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13601</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13602</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13603</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13604</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13605</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13606</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13607</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13608</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13609</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13610</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13611</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13612</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13613</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13614</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13615</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13616</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13617</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13618</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13619</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13620</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13621</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13622</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13623</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13624</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13625</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13626</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13627</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13628</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13629</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13630</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13631</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13632</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13633</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13634</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13635</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13636</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13637</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13638</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13639</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13640</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13641</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13642</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13643</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13644</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13645</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13646</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13647</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13648</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13649</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13650</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13651</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13652</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13653</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13654</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13655</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13656</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13657</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13658</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13659</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13660</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13661</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13662</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13663</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13664</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13665</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13666</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13667</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13668</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13669</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13670</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13671</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13672</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13673</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13674</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13675</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13676</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13677</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13678</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13679</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13680</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13681</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13682</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13683</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13684</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13685</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13686</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13687</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13688</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13689</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13690</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13691</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13692</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13693</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13694</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13695</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13696</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13697</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13698</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13699</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13700</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13701</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13702</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13703</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13704</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13705</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13706</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13707</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13708</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13709</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13710</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13711</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13712</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13713</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13714</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13715</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13716</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13717</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13718</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13719</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13720</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13721</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13722</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13723</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13724</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13725</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13726</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13727</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13728</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13729</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13730</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13731</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13732</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13733</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13734</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13735</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13736</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13737</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13738</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13739</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13740</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13741</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13742</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13743</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13744</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13745</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13746</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13747</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13748</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13749</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13750</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13751</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13752</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13753</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13754</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13755</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13756</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13757</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13758</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13759</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13760</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13761</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13762</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13763</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13764</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13765</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13766</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13767</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13768</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13769</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13770</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13771</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13772</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13773</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13774</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13775</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13776</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13777</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13778</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13779</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13780</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13781</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13782</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13783</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13784</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13785</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13786</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13787</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13788</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13789</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13790</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13791</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13792</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13793</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13794</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13795</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13796</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13797</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13798</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13799</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13800</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13801</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13802</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13803</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13804</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13805</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13806</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13807</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13808</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13809</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13810</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13811</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13812</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13813</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13814</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13815</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13816</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13817</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13818</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13819</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13820</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13821</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13822</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13823</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13824</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13825</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13826</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13827</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13828</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13829</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13830</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13831</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13832</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13833</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13834</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13835</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13836</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13837</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13838</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13839</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13840</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13841</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13842</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13843</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13844</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13845</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13846</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13847</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13848</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13849</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13850</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13851</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13852</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13853</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13854</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13855</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13856</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13857</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13858</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13859</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13860</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13861</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13862</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13863</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13864</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13865</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13866</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13867</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13868</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13869</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13870</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13871</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13872</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13873</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13874</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13875</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13876</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13877</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13878</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13879</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13880</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13881</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13882</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13883</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13884</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13885</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13886</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13887</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13888</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13889</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13890</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13891</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13892</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13893</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13894</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13895</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13896</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13897</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13898</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13899</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13900</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13901</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13902</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13903</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13904</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13905</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13906</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13907</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13908</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13909</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13910</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13911</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13912</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13913</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13914</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13915</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13916</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13917</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13918</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13919</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13920</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13921</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13922</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13923</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13924</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13925</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13926</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13927</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13928</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13929</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13930</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13931</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13932</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13933</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13934</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13935</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13936</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13937</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13938</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13939</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13940</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13941</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13942</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13943</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13944</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13945</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13946</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13947</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13948</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13949</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13950</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13951</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13952</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13953</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13954</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13955</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13956</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13957</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13958</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13959</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13960</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13961</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13962</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13963</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13964</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13965</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13966</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13967</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13968</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13969</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13970</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13971</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13972</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13973</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13974</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13975</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13976</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13977</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13978</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13979</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13980</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13981</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13982</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13983</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13984</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>13985</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>13986</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13987</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13988</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13989</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>13990</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>13991</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13992</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13993</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13994</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13995</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13996</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13997</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13998</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>13999</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14000</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14001</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14002</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14003</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14004</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14005</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14006</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14007</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14008</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14009</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14010</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14011</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14012</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14013</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14014</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14015</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14016</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14017</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14018</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14019</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14020</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14021</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14022</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14023</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14024</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14025</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14026</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14027</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14028</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14029</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14030</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14031</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14032</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14033</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14034</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14035</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14036</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14037</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14038</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14039</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14040</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14041</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14042</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14043</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14044</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14045</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14046</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14047</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14048</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14049</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14050</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14051</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14052</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14053</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14054</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14055</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14056</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14057</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14058</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14059</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>14060</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>14061</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>14062</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14063</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14064</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14065</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14066</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14067</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14068</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14069</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14070</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14071</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14072</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14073</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14074</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14075</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14076</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14077</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14078</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14079</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14080</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14081</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14082</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14083</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14084</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14085</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14086</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14087</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14088</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14089</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14090</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14091</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14092</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14093</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14094</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14095</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14096</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14097</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14098</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14099</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14100</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14101</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14102</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14103</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14104</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14105</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14106</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14107</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14108</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14109</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14110</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14111</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14112</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14113</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14114</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14115</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14116</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14117</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14118</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14119</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14120</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14121</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14122</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14123</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14124</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14125</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14126</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14127</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14128</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14129</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14130</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14131</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14132</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14133</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14134</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14135</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14136</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14137</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14138</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14139</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14140</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14141</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14142</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14143</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14144</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14145</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14146</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14147</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14148</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14149</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14150</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14151</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14152</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14153</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14154</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14155</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14156</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14157</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14158</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14159</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14160</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14161</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14162</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14163</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14164</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14165</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14166</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14167</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14168</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14169</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14170</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14171</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14172</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14173</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14174</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14175</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14176</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14177</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14178</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14179</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14180</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14181</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14182</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14183</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14184</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14185</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14186</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14187</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14188</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14189</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14190</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14191</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14192</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14193</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14194</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14195</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14196</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14197</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14198</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14199</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14200</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14201</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14202</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14203</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14204</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14205</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14206</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14207</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14208</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14209</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14210</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14211</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14212</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14213</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14214</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14215</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14216</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14217</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14218</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14219</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14220</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14221</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14222</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14223</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14224</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14225</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14226</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14227</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14228</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14229</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14230</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14231</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14232</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14233</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14234</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14235</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14236</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14237</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14238</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14239</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14240</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14241</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14242</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14243</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14244</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14245</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14246</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14247</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14248</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14249</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14250</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14251</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14252</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14253</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14254</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14255</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14256</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14257</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14258</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14259</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14260</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14261</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14262</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14263</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14264</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14265</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14266</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14267</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14268</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14269</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14270</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14271</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14272</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14273</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14274</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14275</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14276</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14277</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14278</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14279</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14280</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14281</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14282</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14283</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14284</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14285</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14286</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14287</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14288</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14289</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14290</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14291</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14292</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14293</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14294</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14295</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14296</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14297</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14298</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14299</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14300</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14301</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14302</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14303</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14304</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14305</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14306</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14307</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14308</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14309</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14310</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14311</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14312</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14313</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14314</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14315</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14316</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14317</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14318</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14319</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14320</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14321</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14322</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14323</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14324</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14325</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14326</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14327</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14328</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14329</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14330</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14331</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14332</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14333</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14334</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14335</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14336</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14337</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14338</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14339</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14340</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14341</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14342</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14343</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14344</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14345</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14346</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14347</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14348</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14349</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14350</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14351</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14352</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14353</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14354</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14355</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14356</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14357</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14358</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14359</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14360</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14361</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14362</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14363</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14364</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14365</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14366</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14367</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14368</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14369</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14370</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14371</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14372</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14373</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14374</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14375</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14376</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14377</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14378</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14379</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14380</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14381</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14382</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14383</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14384</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14385</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14386</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14387</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14388</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14389</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14390</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14391</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14392</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14393</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14394</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14395</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14396</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14397</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14398</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14399</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14400</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14401</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14402</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14403</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14404</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14405</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14406</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14407</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14408</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14409</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14410</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14411</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14412</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14413</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14414</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14415</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14416</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14417</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14418</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14419</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14420</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14421</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14422</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14423</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14424</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14425</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14426</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14427</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14428</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14429</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14430</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14431</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14432</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14433</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14434</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14435</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14436</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14437</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14438</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14439</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14440</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14441</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14442</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14443</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14444</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14445</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14446</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14447</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14448</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14449</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14450</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14451</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14452</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14453</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14454</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14455</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14456</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14457</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14458</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14459</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14460</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14461</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14462</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14463</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14464</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14465</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14466</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14467</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14468</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14469</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14470</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14471</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14472</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14473</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14474</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14475</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14476</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14477</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14478</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14479</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14480</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14481</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14482</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14483</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14484</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14485</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14486</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14487</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14488</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14489</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14490</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14491</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14492</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14493</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14494</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14495</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14496</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14497</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14498</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14499</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14500</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14501</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14502</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14503</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14504</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14505</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14506</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14507</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14508</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14509</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14510</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14511</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14512</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14513</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14514</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14515</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14516</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14517</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14518</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14519</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14520</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14521</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14522</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14523</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14524</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14525</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14526</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14527</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14528</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14529</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14530</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14531</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14532</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14533</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14534</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14535</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14536</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14537</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14538</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14539</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14540</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14541</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14542</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14543</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14544</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14545</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14546</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14547</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14548</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14549</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14550</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14551</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14552</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14553</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14554</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14555</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14556</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14557</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14558</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14559</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14560</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14561</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14562</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14563</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14564</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14565</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14566</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14567</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14568</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14569</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14570</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14571</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14572</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14573</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14574</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14575</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14576</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14577</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14578</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14579</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14580</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14581</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14582</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14583</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14584</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14585</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14586</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14587</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14588</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14589</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14590</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14591</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14592</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14593</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14594</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14595</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14596</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14597</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14598</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14599</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14600</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14601</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14602</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14603</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14604</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14605</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14606</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14607</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14608</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14609</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14610</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14611</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14612</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14613</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14614</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14615</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14616</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14617</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14618</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14619</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14620</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14621</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14622</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14623</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14624</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14625</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14626</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14627</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14628</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14629</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14630</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14631</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14632</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14633</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14634</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14635</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14636</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14637</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14638</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14639</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14640</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14641</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14642</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14643</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14644</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14645</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14646</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14647</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14648</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14649</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14650</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14651</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14652</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14653</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14654</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14655</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14656</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14657</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14658</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14659</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14660</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14661</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14662</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14663</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14664</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14665</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14666</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14667</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14668</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14669</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14670</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14671</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14672</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14673</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14674</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14675</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14676</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14677</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14678</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14679</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14680</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14681</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14682</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14683</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14684</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14685</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14686</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14687</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14688</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14689</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14690</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14691</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14692</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14693</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14694</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14695</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14696</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14697</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14698</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14699</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14700</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14701</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14702</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14703</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14704</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14705</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14706</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14707</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14708</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14709</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14710</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14711</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14712</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14713</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14714</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14715</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14716</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14717</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14718</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14719</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14720</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14721</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14722</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14723</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14724</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14725</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14726</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14727</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14728</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14729</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14730</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14731</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14732</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14733</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14734</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14735</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14736</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14737</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14738</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14739</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14740</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14741</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14742</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14743</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14744</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14745</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14746</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14747</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14748</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14749</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14750</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14751</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14752</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14753</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14754</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14755</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14756</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14757</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14758</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14759</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14760</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14761</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14762</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14763</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14764</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14765</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14766</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14767</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14768</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14769</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14770</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14771</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14772</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14773</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14774</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14775</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14776</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14777</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14778</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14779</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14780</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14781</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14782</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14783</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14784</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14785</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14786</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14787</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14788</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14789</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14790</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14791</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14792</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14793</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14794</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14795</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14796</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14797</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14798</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14799</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14800</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14801</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14802</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14803</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14804</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14805</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14806</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14807</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14808</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14809</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14810</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14811</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14812</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14813</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14814</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14815</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14816</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14817</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14818</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14819</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14820</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14821</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14822</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14823</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14824</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14825</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14826</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14827</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14828</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14829</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14830</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14831</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14832</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14833</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14834</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14835</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14836</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14837</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14838</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14839</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14840</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14841</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14842</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14843</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14844</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14845</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14846</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14847</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14848</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14849</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14850</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14851</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14852</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14853</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14854</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14855</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14856</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14857</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14858</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14859</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14860</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14861</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14862</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14863</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14864</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14865</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14866</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14867</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14868</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14869</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14870</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14871</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14872</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14873</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14874</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14875</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14876</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14877</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14878</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14879</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14880</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14881</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14882</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14883</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14884</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14885</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14886</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14887</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14888</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14889</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14890</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14891</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14892</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14893</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14894</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14895</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14896</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14897</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14898</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14899</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14900</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14901</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14902</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14903</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14904</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14905</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14906</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14907</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14908</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14909</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14910</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14911</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14912</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14913</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14914</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14915</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14916</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14917</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14918</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14919</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14920</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14921</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14922</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14923</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14924</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14925</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14926</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14927</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14928</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14929</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14930</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14931</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14932</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14933</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14934</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14935</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14936</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14937</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14938</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14939</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14940</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14941</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14942</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14943</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14944</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14945</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14946</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14947</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14948</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14949</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14950</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14951</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14952</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14953</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14954</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14955</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14956</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14957</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14958</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14959</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14960</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14961</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>14962</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>14963</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14964</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14965</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14966</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>14967</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>14968</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14969</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14970</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14971</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14972</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14973</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14974</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14975</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14976</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14977</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14978</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14979</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14980</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14981</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14982</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14983</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14984</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14985</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14986</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14987</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14988</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14989</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14990</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14991</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14992</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14993</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14994</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14995</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14996</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14997</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14998</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>14999</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15000</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15001</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15002</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15003</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15004</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15005</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15006</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15007</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15008</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15009</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15010</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15011</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15012</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15013</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15014</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15015</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15016</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15017</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15018</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15019</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15020</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15021</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15022</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15023</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15024</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15025</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15026</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15027</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15028</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15029</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15030</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15031</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15032</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15033</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15034</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15035</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15036</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15037</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15038</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15039</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15040</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15041</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15042</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15043</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15044</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15045</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15046</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15047</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15048</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15049</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15050</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15051</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15052</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15053</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15054</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15055</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15056</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15057</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15058</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15059</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15060</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15061</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15062</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15063</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15064</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15065</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15066</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15067</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15068</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15069</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15070</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15071</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15072</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15073</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15074</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15075</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15076</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15077</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15078</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15079</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15080</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15081</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15082</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15083</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15084</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15085</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15086</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15087</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15088</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15089</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15090</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15091</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15092</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15093</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15094</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15095</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15096</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15097</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15098</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15099</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15100</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15101</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15102</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15103</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15104</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15105</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15106</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15107</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15108</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15109</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15110</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15111</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15112</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15113</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15114</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15115</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15116</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15117</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15118</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15119</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15120</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15121</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15122</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15123</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15124</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15125</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15126</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15127</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15128</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15129</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15130</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15131</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15132</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15133</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15134</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15135</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15136</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15137</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15138</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15139</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15140</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15141</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15142</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15143</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15144</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15145</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15146</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15147</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15148</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15149</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15150</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15151</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15152</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15153</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15154</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15155</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15156</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15157</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15158</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15159</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15160</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15161</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15162</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15163</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15164</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15165</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15166</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15167</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15168</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15169</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15170</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15171</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15172</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15173</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15174</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15175</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15176</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15177</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15178</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15179</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15180</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15181</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15182</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15183</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15184</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15185</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15186</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15187</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15188</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15189</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15190</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15191</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15192</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15193</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15194</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15195</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15196</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15197</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15198</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15199</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15200</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15201</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15202</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15203</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15204</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15205</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15206</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15207</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15208</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15209</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15210</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15211</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15212</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15213</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15214</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15215</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15216</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15217</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15218</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15219</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15220</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15221</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15222</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15223</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15224</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15225</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15226</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15227</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15228</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15229</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15230</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15231</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15232</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15233</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15234</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15235</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15236</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15237</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15238</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15239</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15240</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15241</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15242</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15243</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15244</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15245</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15246</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15247</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15248</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15249</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15250</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15251</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15252</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15253</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15254</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15255</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15256</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15257</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15258</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15259</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15260</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15261</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>15262</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>15263</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>15264</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>15265</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>15266</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>15267</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+28</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>15268</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>15269</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>15270</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15271</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15272</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15273</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15274</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15275</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15276</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15277</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15278</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15279</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15280</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15281</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15282</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15283</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15284</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15285</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15286</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15287</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15288</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15289</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15290</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15291</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15292</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15293</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15294</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15295</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15296</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15297</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15298</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15299</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15300</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15301</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15302</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15303</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15304</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15305</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15306</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15307</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15308</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15309</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15310</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15311</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15312</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15313</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15314</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15315</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15316</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15317</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15318</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15319</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15320</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15321</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15322</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15323</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15324</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15325</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15326</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15327</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15328</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15329</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15330</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15331</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15332</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15333</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15334</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15335</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15336</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15337</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15338</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15339</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15340</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15341</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15342</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15343</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15344</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15345</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15346</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15347</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15348</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15349</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15350</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15351</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15352</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15353</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15354</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15355</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15356</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15357</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15358</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15359</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15360</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15361</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15362</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15363</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15364</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15365</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15366</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15367</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15368</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15369</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15370</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15371</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15372</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15373</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15374</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15375</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15376</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15377</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15378</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15379</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15380</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15381</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15382</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15383</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15384</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15385</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15386</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15387</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15388</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15389</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15390</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15391</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15392</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15393</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15394</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15395</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15396</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15397</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15398</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15399</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15400</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15401</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15402</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15403</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15404</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15405</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15406</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15407</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15408</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15409</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15410</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15411</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15412</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15413</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15414</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15415</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15416</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15417</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15418</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15419</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15420</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15421</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15422</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15423</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15424</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15425</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15426</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15427</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15428</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15429</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15430</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15431</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15432</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15433</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15434</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15435</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15436</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15437</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15438</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15439</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15440</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15441</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15442</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15443</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15444</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15445</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15446</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15447</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15448</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15449</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15450</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15451</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15452</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15453</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15454</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15455</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15456</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15457</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15458</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15459</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15460</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15461</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15462</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15463</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15464</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15465</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15466</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15467</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15468</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15469</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15470</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15471</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15472</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15473</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15474</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15475</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15476</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15477</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15478</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15479</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15480</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15481</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15482</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15483</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15484</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15485</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15486</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15487</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15488</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15489</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15490</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15491</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15492</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15493</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15494</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15495</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15496</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15497</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15498</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15499</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15500</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15501</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15502</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15503</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15504</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15505</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15506</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15507</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15508</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15509</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15510</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15511</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15512</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15513</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15514</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15515</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15516</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15517</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15518</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15519</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15520</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15521</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15522</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15523</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15524</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15525</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15526</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15527</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15528</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15529</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15530</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15531</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15532</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15533</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15534</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15535</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15536</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15537</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15538</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15539</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15540</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15541</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15542</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15543</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15544</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15545</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15546</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15547</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15548</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15549</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15550</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15551</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15552</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15553</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15554</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15555</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15556</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15557</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15558</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15559</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15560</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15561</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15562</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15563</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15564</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15565</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15566</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15567</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15568</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15569</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15570</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15571</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15572</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15573</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15574</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15575</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15576</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15577</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15578</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15579</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15580</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15581</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15582</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15583</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15584</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15585</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15586</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15587</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15588</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15589</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15590</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15591</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15592</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15593</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15594</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15595</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15596</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15597</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15598</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15599</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15600</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15601</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15602</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15603</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15604</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15605</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15606</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15607</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15608</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15609</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15610</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15611</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15612</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15613</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15614</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15615</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15616</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15617</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15618</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15619</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15620</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15621</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15622</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15623</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15624</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15625</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15626</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15627</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15628</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15629</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15630</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15631</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15632</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15633</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15634</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15635</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15636</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15637</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15638</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15639</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15640</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15641</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15642</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15643</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15644</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15645</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15646</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15647</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15648</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15649</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15650</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15651</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15652</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15653</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15654</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15655</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15656</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15657</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15658</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15659</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15660</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15661</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15662</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15663</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15664</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15665</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15666</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15667</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15668</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15669</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15670</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15671</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15672</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15673</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15674</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15675</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15676</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15677</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15678</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15679</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15680</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15681</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15682</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15683</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15684</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15685</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15686</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15687</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15688</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15689</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15690</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15691</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15692</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15693</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15694</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15695</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15696</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15697</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15698</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15699</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15700</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15701</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15702</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15703</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15704</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15705</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15706</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15707</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15708</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15709</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15710</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15711</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15712</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15713</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15714</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15715</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15716</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15717</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15718</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15719</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15720</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15721</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15722</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15723</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15724</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15725</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15726</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15727</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15728</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15729</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15730</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15731</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15732</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15733</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15734</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15735</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15736</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15737</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15738</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15739</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15740</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15741</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15742</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15743</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15744</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15745</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15746</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15747</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15748</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15749</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15750</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15751</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15752</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15753</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15754</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15755</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15756</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15757</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15758</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15759</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15760</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15761</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15762</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15763</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15764</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15765</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15766</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15767</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15768</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15769</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15770</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15771</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15772</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15773</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15774</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15775</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15776</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15777</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15778</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15779</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15780</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15781</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15782</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15783</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15784</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15785</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15786</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15787</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15788</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15789</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15790</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15791</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15792</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15793</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15794</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15795</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15796</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15797</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15798</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15799</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15800</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15801</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15802</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15803</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15804</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15805</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15806</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15807</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15808</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15809</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15810</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15811</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15812</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15813</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15814</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15815</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15816</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15817</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15818</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15819</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15820</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15821</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15822</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15823</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15824</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15825</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15826</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15827</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15828</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15829</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15830</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15831</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15832</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15833</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15834</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15835</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15836</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15837</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15838</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15839</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15840</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15841</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15842</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15843</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15844</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15845</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15846</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15847</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15848</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15849</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15850</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15851</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15852</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15853</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15854</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15855</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15856</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15857</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15858</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15859</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15860</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15861</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15862</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15863</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15864</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15865</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15866</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15867</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15868</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15869</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15870</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15871</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15872</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15873</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15874</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15875</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15876</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15877</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15878</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15879</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15880</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15881</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15882</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15883</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15884</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15885</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15886</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15887</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15888</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15889</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15890</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15891</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15892</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15893</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15894</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15895</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15896</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15897</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15898</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15899</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15900</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15901</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15902</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15903</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15904</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15905</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15906</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15907</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15908</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15909</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15910</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15911</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15912</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15913</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15914</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15915</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15916</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15917</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15918</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15919</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15920</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15921</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15922</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15923</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15924</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15925</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15926</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15927</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15928</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15929</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15930</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15931</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15932</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15933</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15934</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15935</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15936</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15937</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15938</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15939</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15940</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15941</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15942</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15943</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15944</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>15945</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>15946</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15947</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15948</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15949</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>15950</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>15951</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15952</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15953</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15954</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15955</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15956</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15957</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15958</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15959</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15960</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15961</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15962</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15963</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15964</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15965</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15966</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15967</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15968</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15969</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15970</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15971</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15972</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15973</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15974</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15975</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15976</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15977</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15978</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15979</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15980</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15981</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15982</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15983</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15984</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15985</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15986</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15987</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15988</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15989</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15990</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15991</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15992</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15993</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15994</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15995</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15996</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15997</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15998</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>15999</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16000</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16001</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16002</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16003</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16004</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16005</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16006</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16007</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16008</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16009</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16010</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16011</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16012</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16013</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16014</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16015</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16016</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16017</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16018</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16019</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16020</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16021</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16022</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16023</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16024</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16025</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16026</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16027</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16028</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16029</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16030</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16031</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16032</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16033</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16034</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16035</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16036</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16037</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16038</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16039</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16040</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16041</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16042</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16043</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16044</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16045</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16046</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16047</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16048</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16049</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16050</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16051</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16052</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16053</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16054</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16055</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16056</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16057</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16058</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16059</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16060</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16061</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16062</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16063</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16064</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16065</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16066</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16067</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16068</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16069</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16070</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16071</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16072</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16073</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16074</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16075</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16076</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16077</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16078</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16079</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16080</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16081</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16082</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16083</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16084</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16085</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16086</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16087</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16088</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16089</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16090</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16091</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16092</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16093</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16094</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16095</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16096</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16097</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16098</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16099</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16100</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16101</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16102</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16103</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16104</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16105</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16106</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16107</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16108</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16109</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16110</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16111</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16112</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16113</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16114</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16115</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16116</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16117</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16118</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16119</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16120</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16121</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16122</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16123</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16124</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16125</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16126</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16127</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16128</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16129</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16130</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16131</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16132</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16133</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16134</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16135</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16136</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16137</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16138</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16139</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16140</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16141</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16142</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16143</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16144</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16145</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16146</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16147</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16148</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16149</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16150</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16151</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16152</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16153</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16154</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16155</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16156</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16157</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16158</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16159</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16160</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16161</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16162</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16163</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16164</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16165</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16166</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16167</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16168</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16169</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16170</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16171</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16172</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16173</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16174</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16175</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16176</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16177</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16178</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16179</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16180</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16181</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16182</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16183</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16184</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16185</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16186</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16187</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16188</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16189</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16190</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16191</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16192</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16193</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16194</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16195</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16196</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16197</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16198</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16199</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16200</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16201</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16202</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16203</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16204</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16205</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16206</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16207</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16208</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16209</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16210</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16211</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16212</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16213</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16214</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16215</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16216</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16217</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16218</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16219</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16220</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16221</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16222</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16223</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16224</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16225</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16226</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16227</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16228</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16229</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16230</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16231</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16232</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16233</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16234</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16235</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16236</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16237</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16238</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16239</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16240</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16241</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16242</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16243</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16244</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16245</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16246</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16247</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16248</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16249</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16250</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16251</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16252</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16253</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16254</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16255</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16256</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16257</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16258</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16259</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16260</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16261</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16262</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16263</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16264</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16265</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16266</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16267</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16268</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16269</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16270</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16271</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16272</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16273</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16274</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16275</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16276</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16277</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16278</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16279</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16280</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16281</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16282</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16283</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16284</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16285</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16286</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16287</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16288</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16289</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16290</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16291</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16292</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16293</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16294</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16295</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16296</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16297</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16298</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16299</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16300</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16301</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16302</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16303</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16304</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16305</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16306</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16307</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16308</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16309</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16310</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16311</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16312</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16313</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16314</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16315</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16316</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16317</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16318</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16319</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16320</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16321</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16322</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16323</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16324</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16325</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16326</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16327</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16328</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16329</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16330</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16331</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16332</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16333</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16334</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16335</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16336</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16337</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16338</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16339</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16340</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16341</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16342</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16343</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16344</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16345</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16346</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16347</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16348</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16349</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16350</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16351</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16352</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16353</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16354</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16355</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16356</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16357</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16358</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16359</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16360</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16361</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16362</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16363</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16364</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16365</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16366</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16367</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16368</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16369</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16370</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16371</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16372</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16373</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16374</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16375</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16376</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16377</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16378</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16379</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16380</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16381</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16382</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16383</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16384</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16385</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16386</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16387</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16388</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16389</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16390</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16391</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16392</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16393</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16394</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16395</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16396</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16397</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16398</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16399</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16400</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16401</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16402</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16403</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16404</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16405</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16406</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16407</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16408</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16409</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16410</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16411</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16412</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16413</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16414</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16415</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16416</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16417</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16418</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16419</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16420</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16421</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16422</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16423</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16424</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16425</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16426</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16427</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16428</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16429</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16430</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16431</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16432</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16433</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16434</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16435</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16436</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16437</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16438</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16439</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16440</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16441</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16442</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16443</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16444</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16445</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16446</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16447</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16448</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16449</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16450</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16451</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16452</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16453</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16454</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16455</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16456</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16457</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16458</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16459</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16460</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16461</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16462</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16463</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16464</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16465</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16466</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16467</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16468</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16469</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>16470</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>16471</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>16472</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16473</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16474</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16475</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16476</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16477</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16478</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16479</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16480</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16481</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16482</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16483</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16484</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16485</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16486</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16487</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16488</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16489</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16490</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16491</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16492</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16493</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16494</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16495</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16496</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16497</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16498</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16499</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16500</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16501</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16502</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16503</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16504</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16505</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16506</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16507</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16508</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16509</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16510</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16511</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16512</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16513</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16514</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16515</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16516</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16517</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16518</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16519</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16520</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16521</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16522</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16523</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16524</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16525</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16526</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16527</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16528</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16529</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16530</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16531</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16532</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16533</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16534</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16535</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16536</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16537</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16538</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16539</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16540</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16541</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16542</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16543</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16544</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16545</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16546</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16547</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16548</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16549</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16550</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16551</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16552</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16553</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16554</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16555</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16556</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16557</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16558</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16559</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16560</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16561</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16562</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16563</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16564</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16565</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16566</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16567</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16568</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16569</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16570</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16571</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16572</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16573</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16574</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16575</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16576</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16577</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16578</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16579</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16580</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16581</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16582</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16583</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16584</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16585</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16586</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16587</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16588</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16589</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16590</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16591</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16592</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16593</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16594</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16595</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16596</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16597</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16598</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16599</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16600</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16601</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16602</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16603</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16604</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16605</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16606</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16607</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16608</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16609</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16610</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16611</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16612</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16613</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16614</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16615</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16616</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16617</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16618</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16619</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16620</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16621</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16622</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16623</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16624</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16625</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16626</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16627</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16628</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16629</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16630</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16631</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16632</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16633</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16634</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16635</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16636</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16637</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16638</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16639</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16640</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16641</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16642</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16643</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16644</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16645</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16646</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16647</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16648</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16649</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16650</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16651</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16652</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16653</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16654</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16655</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16656</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16657</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16658</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16659</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16660</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16661</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16662</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16663</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16664</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16665</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16666</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16667</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16668</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16669</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16670</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16671</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16672</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16673</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16674</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16675</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16676</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16677</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16678</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16679</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16680</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16681</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16682</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16683</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16684</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16685</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16686</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16687</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16688</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16689</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16690</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16691</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16692</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16693</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16694</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16695</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16696</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16697</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16698</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16699</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16700</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16701</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16702</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16703</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16704</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16705</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16706</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16707</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16708</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16709</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16710</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16711</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16712</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16713</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16714</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16715</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16716</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16717</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16718</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16719</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16720</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16721</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16722</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16723</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16724</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16725</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16726</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16727</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16728</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16729</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16730</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16731</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16732</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16733</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16734</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16735</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16736</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16737</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16738</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16739</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16740</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16741</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16742</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16743</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16744</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16745</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16746</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16747</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16748</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16749</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16750</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16751</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16752</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16753</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16754</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16755</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16756</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16757</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16758</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16759</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16760</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16761</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16762</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16763</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16764</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16765</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16766</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16767</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16768</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16769</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16770</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16771</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16772</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16773</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16774</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16775</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16776</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16777</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16778</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16779</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16780</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16781</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16782</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16783</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16784</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16785</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16786</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16787</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16788</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16789</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16790</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16791</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16792</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16793</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16794</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16795</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16796</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16797</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16798</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16799</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16800</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16801</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16802</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16803</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16804</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16805</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16806</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16807</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16808</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16809</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16810</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16811</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16812</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16813</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16814</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16815</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16816</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16817</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16818</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16819</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16820</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16821</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16822</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16823</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16824</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16825</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16826</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16827</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16828</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16829</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16830</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16831</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16832</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16833</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16834</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16835</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16836</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16837</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16838</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16839</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16840</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16841</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16842</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16843</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16844</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16845</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16846</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16847</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16848</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16849</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16850</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16851</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16852</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16853</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16854</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16855</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16856</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16857</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16858</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16859</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16860</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16861</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16862</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16863</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16864</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16865</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16866</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16867</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16868</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16869</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16870</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16871</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16872</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16873</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16874</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16875</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16876</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16877</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16878</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16879</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16880</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16881</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16882</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16883</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16884</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16885</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16886</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16887</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16888</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16889</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16890</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16891</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16892</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16893</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16894</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16895</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16896</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16897</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16898</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16899</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16900</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16901</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16902</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16903</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16904</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16905</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16906</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16907</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16908</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16909</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16910</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16911</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16912</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16913</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16914</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16915</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16916</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16917</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16918</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16919</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16920</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16921</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16922</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16923</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16924</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16925</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16926</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16927</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16928</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16929</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16930</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16931</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16932</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16933</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16934</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16935</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16936</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16937</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16938</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16939</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16940</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16941</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16942</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16943</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16944</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16945</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16946</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16947</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16948</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16949</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16950</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16951</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16952</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16953</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16954</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16955</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16956</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16957</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16958</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16959</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16960</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16961</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16962</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16963</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16964</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16965</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16966</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16967</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16968</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16969</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16970</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16971</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16972</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16973</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16974</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16975</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16976</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16977</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>16978</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16979</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16980</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16981</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16982</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16983</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16984</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16985</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16986</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16987</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16988</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16989</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16990</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16991</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16992</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16993</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16994</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16995</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>16996</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>16997</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>16998</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>16999</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17000</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17001</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17002</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17003</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17004</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17005</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17006</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17007</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17008</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17009</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17010</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17011</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17012</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17013</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17014</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17015</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17016</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17017</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17018</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17019</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17020</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17021</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17022</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17023</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17024</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17025</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17026</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17027</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17028</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17029</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17030</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17031</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17032</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17033</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17034</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17035</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17036</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17037</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17038</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17039</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17040</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17041</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17042</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17043</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17044</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17045</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17046</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17047</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17048</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17049</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17050</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17051</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17052</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17053</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17054</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17055</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17056</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17057</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17058</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17059</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17060</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17061</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17062</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17063</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17064</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17065</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17066</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17067</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17068</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17069</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17070</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17071</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17072</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17073</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17074</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17075</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17076</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17077</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17078</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17079</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17080</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17081</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17082</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17083</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17084</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17085</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17086</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17087</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17088</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17089</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17090</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17091</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17092</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17093</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17094</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17095</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17096</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17097</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17098</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17099</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17100</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17101</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17102</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17103</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17104</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17105</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17106</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17107</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17108</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17109</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17110</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17111</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17112</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17113</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17114</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17115</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17116</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17117</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17118</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17119</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17120</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17121</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17122</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17123</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17124</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17125</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17126</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17127</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17128</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17129</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17130</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17131</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17132</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17133</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17134</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17135</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17136</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17137</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17138</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17139</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17140</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17141</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17142</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17143</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17144</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17145</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17146</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17147</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17148</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17149</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17150</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17151</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17152</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17153</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17154</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17155</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17156</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17157</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17158</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17159</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17160</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17161</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17162</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17163</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17164</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17165</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17166</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17167</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17168</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17169</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17170</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17171</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17172</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17173</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17174</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17175</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17176</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17177</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17178</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17179</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17180</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17181</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17182</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17183</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17184</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17185</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17186</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17187</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17188</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17189</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17190</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17191</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17192</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17193</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17194</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17195</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17196</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17197</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17198</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17199</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17200</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17201</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17202</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17203</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17204</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17205</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17206</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17207</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17208</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17209</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17210</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17211</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17212</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17213</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17214</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17215</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17216</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17217</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17218</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17219</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17220</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17221</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17222</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17223</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17224</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17225</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17226</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17227</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17228</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17229</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17230</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17231</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17232</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17233</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17234</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17235</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17236</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17237</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17238</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17239</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17240</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17241</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17242</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17243</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17244</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17245</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17246</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17247</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17248</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17249</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17250</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17251</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17252</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17253</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17254</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17255</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17256</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17257</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17258</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17259</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17260</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17261</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17262</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17263</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17264</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17265</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17266</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17267</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17268</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17269</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17270</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17271</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17272</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17273</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17274</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17275</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17276</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17277</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17278</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17279</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17280</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17281</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17282</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17283</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17284</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17285</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17286</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17287</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17288</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17289</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17290</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17291</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17292</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17293</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17294</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17295</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17296</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17297</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17298</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17299</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17300</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17301</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17302</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17303</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17304</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17305</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17306</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17307</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17308</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17309</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17310</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17311</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17312</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17313</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17314</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17315</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17316</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17317</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17318</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17319</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17320</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17321</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17322</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17323</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17324</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17325</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17326</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17327</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17328</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17329</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17330</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17331</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17332</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17333</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17334</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17335</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17336</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17337</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17338</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17339</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17340</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17341</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17342</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17343</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17344</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17345</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17346</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17347</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17348</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17349</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17350</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17351</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17352</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17353</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17354</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17355</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17356</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17357</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17358</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17359</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17360</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17361</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17362</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17363</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17364</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17365</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17366</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17367</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17368</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17369</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17370</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17371</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17372</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17373</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17374</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17375</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17376</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17377</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17378</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17379</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17380</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17381</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17382</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17383</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17384</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17385</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17386</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17387</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17388</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17389</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17390</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17391</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17392</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17393</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17394</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17395</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17396</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17397</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17398</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17399</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17400</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17401</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17402</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17403</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17404</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17405</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17406</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17407</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17408</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17409</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17410</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17411</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17412</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17413</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17414</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17415</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17416</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17417</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17418</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17419</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17420</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17421</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17422</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17423</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17424</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17425</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17426</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17427</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17428</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17429</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17430</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17431</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17432</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17433</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17434</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17435</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17436</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17437</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17438</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17439</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17440</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17441</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17442</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17443</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17444</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17445</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17446</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17447</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17448</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17449</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17450</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17451</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17452</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17453</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17454</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17455</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17456</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17457</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17458</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17459</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17460</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17461</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17462</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17463</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17464</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17465</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17466</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17467</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17468</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17469</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17470</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17471</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17472</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17473</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17474</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17475</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17476</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17477</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17478</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17479</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17480</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17481</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17482</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17483</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17484</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17485</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17486</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17487</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17488</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17489</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17490</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17491</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17492</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17493</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17494</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17495</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17496</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17497</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17498</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17499</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17500</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17501</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17502</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17503</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17504</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17505</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17506</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17507</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17508</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17509</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17510</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17511</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17512</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17513</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17514</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17515</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17516</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17517</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17518</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17519</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17520</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17521</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17522</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17523</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17524</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17525</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17526</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17527</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17528</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17529</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17530</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17531</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17532</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17533</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17534</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17535</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17536</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17537</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17538</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17539</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17540</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17541</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17542</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17543</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17544</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17545</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17546</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17547</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17548</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17549</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17550</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17551</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17552</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17553</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17554</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17555</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17556</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17557</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17558</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17559</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17560</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17561</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17562</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17563</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17564</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17565</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17566</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17567</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17568</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17569</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17570</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17571</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17572</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17573</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17574</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17575</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17576</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17577</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17578</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17579</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17580</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17581</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17582</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17583</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17584</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17585</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17586</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17587</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17588</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17589</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17590</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17591</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17592</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17593</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17594</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17595</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17596</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>17597</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17598</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17599</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17600</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17601</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17602</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17603</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17604</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17605</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17606</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17607</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17608</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17609</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17610</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17611</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17612</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17613</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17614</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17615</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17616</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17617</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17618</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17619</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17620</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17621</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17622</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17623</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17624</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17625</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17626</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17627</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17628</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17629</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17630</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17631</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17632</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17633</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17634</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17635</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17636</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17637</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17638</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17639</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17640</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17641</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17642</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17643</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17644</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17645</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17646</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17647</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17648</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17649</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17650</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17651</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17652</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17653</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17654</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17655</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17656</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17657</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17658</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17659</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17660</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17661</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17662</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17663</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17664</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17665</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17666</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17667</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17668</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17669</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17670</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17671</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17672</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17673</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17674</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17675</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17676</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>17677</ID>
                                  <Description>"Character Pointers"</Description>
                                  <Options moHideChildren="1"/>
                                  <GroupHeader>1</GroupHeader>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17678</ID>
                                      <Description>"guid"</Description>
                                      <VariableType>8 Bytes</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17679</ID>
                                      <Description>"matchingInterruption"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17680</ID>
                                      <Description>"matchingCancellingCondition"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D1</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17681</ID>
                                      <Description>"&lt;IsCorruptedPostLoad&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D2</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17682</ID>
                                      <Description>"&lt;PostLoaded&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D3</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17683</ID>
                                      <Description>"currentHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17684</ID>
                                      <Description>"sizeParams"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17685</ID>
                                      <Description>"sortIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17686</ID>
                                      <Description>"side"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17687</ID>
                                      <Description>"forceAutoBehavior"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+608</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17688</ID>
                                      <Description>"isRemovedFromTheGame"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+609</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17689</ID>
                                      <Description>"isDeadOrDyingOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60A</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17690</ID>
                                      <Description>"isDeadOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60B</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17691</ID>
                                      <Description>"isDeadOrDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17692</ID>
                                      <Description>"isDead"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17693</ID>
                                      <Description>"isDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17694</ID>
                                      <Description>"isUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17695</ID>
                                      <Description>"isIncapacitated"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+610</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17696</ID>
                                      <Description>"hasAccessToTreasury"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+611</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17697</ID>
                                      <Description>"deathSaveSuccesses"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+614</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17698</ID>
                                      <Description>"deathSaveFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+618</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17699</ID>
                                      <Description>"timeOfDeath"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+61C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17700</ID>
                                      <Description>"regenerationLapse"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+620</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17701</ID>
                                      <Description>"hasRegeneration"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+624</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17702</ID>
                                      <Description>"concentratedSpellIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+628</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17703</ID>
                                      <Description>"shouldClearOverridenFactionFromCharmSpells"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+62C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17704</ID>
                                      <Description>"usedChannelDivinity"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+630</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17705</ID>
                                      <Description>"usedHealingPool"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+634</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17706</ID>
                                      <Description>"usedIndomitableResistances"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+638</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17707</ID>
                                      <Description>"selectedFlurryOfBlowsMode"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+63C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17708</ID>
                                      <Description>"usedSorceryPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+640</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17709</ID>
                                      <Description>"usedRagePoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+644</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17710</ID>
                                      <Description>"usedKiPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+648</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17711</ID>
                                      <Description>"usedBindChain"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+64C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17712</ID>
                                      <Description>"usedBardicInspiration"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+650</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17713</ID>
                                      <Description>"isMetamagicToggled"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+654</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17714</ID>
                                      <Description>"autoActivatingPower"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+655</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17715</ID>
                                      <Description>"maxSenseRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+658</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17716</ID>
                                      <Description>"maxJumpRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+65C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17717</ID>
                                      <Description>"maxClimbRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+660</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17718</ID>
                                      <Description>"usedMainAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+664</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17719</ID>
                                      <Description>"usedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+668</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17720</ID>
                                      <Description>"wieldingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+66C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17721</ID>
                                      <Description>"carryingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+670</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17722</ID>
                                      <Description>"visionHeightFactor"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+674</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17723</ID>
                                      <Description>"visionHeight"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+678</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17724</ID>
                                      <Description>"minSizeDifferenceToGoThroughEnemy"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+67C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17725</ID>
                                      <Description>"motionRangeFlags"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+680</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17726</ID>
                                      <Description>"maxJumpType"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+684</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17727</ID>
                                      <Description>"impairedSight"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+685</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17728</ID>
                                      <Description>"executedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+688</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17729</ID>
                                      <Description>"executedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+68C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17730</ID>
                                      <Description>"usedKnockOutImmunityPerLongRest"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+690</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17731</ID>
                                      <Description>"&lt;LastInitiativeRoll&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+694</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17732</ID>
                                      <Description>"&lt;LastInitiativeModifier&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+698</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17733</ID>
                                      <Description>"temporaryHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+69C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17734</ID>
                                      <Description>"sex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17735</ID>
                                      <Description>"pronoun"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17736</ID>
                                      <Description>"attunementCapital"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+938</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17737</ID>
                                      <Description>"needsAttributeModifiersPostLoadFix"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17738</ID>
                                      <Description>"&lt;IgnoreEquipmentOnAbilityScores&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17739</ID>
                                      <Description>"&lt;NeedsReplaceDruidKindredSpiritTigerSummoningPower&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17740</ID>
                                      <Description>"builtIn"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17741</ID>
                                      <Description>"editorOnly"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+940</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17742</ID>
                                      <Description>"refreshing"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+941</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17743</ID>
                                      <Description>"lastLongRestDay"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+944</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17744</ID>
                                      <Description>"remainingSleepTime"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+948</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17745</ID>
                                      <Description>"successfulAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+94C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17746</ID>
                                      <Description>"failedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+950</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17747</ID>
                                      <Description>"criticalHits"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+954</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17748</ID>
                                      <Description>"criticalFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+958</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17749</ID>
                                      <Description>"inflictedDamage"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+95C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17750</ID>
                                      <Description>"slainEnemies"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+960</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17751</ID>
                                      <Description>"sustainedInjuries"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+964</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17752</ID>
                                      <Description>"restoredHealth"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+968</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17753</ID>
                                      <Description>"usedMagicAndPowers"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+96C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17754</ID>
                                      <Description>"knockOuts"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+970</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17755</ID>
                                      <Description>"travelledCells"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+974</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17756</ID>
                                      <Description>"earnedXP"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+978</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>5054</ID>
                          <Description>"Character [1]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>0</Offset>
                            <Offset>28</Offset>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>5055</ID>
                              <Description>"rulesetCharacter"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+10</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>5056</ID>
                                  <Description>"name"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+718</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>5057</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>5058</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>5059</ID>
                                  <Description>"surName"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+720</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>5060</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>5061</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>5062</ID>
                                  <Description>"Attributes"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+10</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>5063</ID>
                                      <Description>"Stats"</Description>
                                      <Options moHideChildren="1"/>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+18</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>5064</ID>
                                          <Description>"Strength"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+30</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5065</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5066</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5067</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5068</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5069</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5070</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5071</ID>
                                          <Description>"Dex"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+48</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5072</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5073</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5074</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5075</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5076</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5077</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5078</ID>
                                          <Description>"Con"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+60</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5079</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5080</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5081</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5082</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5083</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5084</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5085</ID>
                                          <Description>"Int"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+78</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5086</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5087</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5088</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5089</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5090</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5091</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5092</ID>
                                          <Description>"Wis"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+90</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5093</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5094</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5095</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5096</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5097</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5098</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5099</ID>
                                          <Description>"Cha"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+a8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5100</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5101</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5102</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5103</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5104</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5105</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5106</ID>
                                          <Description>"Armor Class"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+c0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5107</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5108</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5109</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5110</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5111</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5112</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5113</ID>
                                          <Description>"Initiative"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+d8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5114</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5115</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5116</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5117</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5118</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5119</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5120</ID>
                                          <Description>"Hit Points"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+f0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5121</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5122</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5123</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5124</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5125</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5126</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5127</ID>
                                          <Description>"CriticalThreshold"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5128</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5129</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5130</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5131</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5132</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5133</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5134</ID>
                                          <Description>"CharacterLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+120</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5135</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5136</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5137</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5138</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5139</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5140</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5141</ID>
                                          <Description>"Experience"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+138</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5142</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5143</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5144</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5145</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5146</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5147</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5148</ID>
                                          <Description>"HitPointBonusPerLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+150</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5149</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5150</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5151</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5152</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5153</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5154</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5155</ID>
                                          <Description>"ProficiencyBonus"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+168</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5156</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5157</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5158</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5159</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5160</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5161</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5162</ID>
                                          <Description>"AttacksNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+180</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5163</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5164</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5165</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5166</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5167</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5168</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5169</ID>
                                          <Description>"ChannelDivinityNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+198</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5170</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5171</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5172</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5173</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5174</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5175</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5176</ID>
                                          <Description>"HealingPool"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1b0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5177</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5178</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5179</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5180</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5181</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5182</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5183</ID>
                                          <Description>"SorceryPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1c8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5184</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5185</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5186</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5187</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5188</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5189</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5190</ID>
                                          <Description>"RagePoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1e0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5191</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5192</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5193</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5194</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5195</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5196</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5197</ID>
                                          <Description>"RageDamage"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1f8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5198</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5199</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5200</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5201</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5202</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5203</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5204</ID>
                                          <Description>"IndomitableResistances"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+210</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5205</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5206</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5207</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5208</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5209</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5210</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5211</ID>
                                          <Description>"BrutalCriticalDice"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+228</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5212</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5213</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5214</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5215</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5216</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5217</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5218</ID>
                                          <Description>"RelentlessRageDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+240</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5219</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5220</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5221</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5222</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5223</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5224</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5225</ID>
                                          <Description>"FrenzyExhaustionDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+258</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5226</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5227</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5228</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5229</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5230</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5231</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5232</ID>
                                          <Description>"KiPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+270</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5233</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5234</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5235</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5236</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5237</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5238</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5239</ID>
                                          <Description>"BindChainNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+288</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5240</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5241</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5242</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5243</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5244</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5245</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5246</ID>
                                          <Description>"BardicInspirationNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2A0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5247</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5248</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5249</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5250</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5251</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5252</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>5253</ID>
                                          <Description>"BardicInspirationDie"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2B8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>5254</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5255</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5256</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5257</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5258</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>5259</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>5260</ID>
                                  <Description>"voiceID"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+728</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>5261</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>5262</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>5263</ID>
                                  <Description>"spellRepertoires"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+2c0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>5264</ID>
                                      <Description>"Spell - Depending on your character"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+10</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>5265</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+20</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>10242</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>10243</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>10244</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10245</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10246</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10247</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10248</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10249</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10250</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10251</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10252</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10253</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10254</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10255</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10256</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10257</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10258</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10259</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10260</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10261</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10262</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10263</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10264</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10265</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10266</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10267</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10268</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10269</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10270</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10271</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10272</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10273</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10274</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10275</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10276</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10277</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10278</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10279</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10280</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10281</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10282</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10283</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10284</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10285</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10286</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10287</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10288</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10289</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10290</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10291</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10292</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10293</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10294</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10295</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10296</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10297</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10298</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10299</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10300</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10301</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10302</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10303</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10304</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10305</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10306</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10307</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10308</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10309</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10310</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10311</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10312</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10313</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10314</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10315</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10316</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10317</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10318</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10319</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10320</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10321</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10322</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10323</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10324</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10325</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10326</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10327</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10328</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10329</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10330</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10331</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10332</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10333</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10334</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10335</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10336</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10337</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10338</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10339</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10340</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10341</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10342</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10343</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10344</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10345</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10346</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10347</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10348</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10349</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10350</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10351</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10352</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10353</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10354</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10355</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10356</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10357</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10358</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10359</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10360</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10361</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10362</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10363</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10364</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10365</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10366</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10367</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10368</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10369</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10370</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10371</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10372</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10373</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10374</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10375</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10376</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10377</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10378</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10379</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10380</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10381</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10382</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10383</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10384</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10385</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10386</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10387</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10388</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10389</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10390</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10391</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10392</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10393</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10394</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10395</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10396</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10397</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10398</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10399</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10400</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10401</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10402</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10403</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10404</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10405</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10406</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10407</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10408</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10409</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10410</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10411</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10412</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10413</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10414</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10415</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10416</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10417</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10418</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10419</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10420</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10421</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10422</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10423</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10424</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10425</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10426</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10427</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10428</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10429</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10430</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10431</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10432</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10433</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10434</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10435</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10436</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10437</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10438</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10439</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10440</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10441</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10442</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10443</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10444</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10445</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10446</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10447</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10448</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10449</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10450</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10451</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10452</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10453</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10454</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10455</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10456</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10457</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10458</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10459</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10460</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10461</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10462</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10463</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10464</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10465</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10466</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10467</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10468</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10469</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10470</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10471</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10472</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10473</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10474</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10475</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10476</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10477</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10478</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10479</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10480</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10481</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10482</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10483</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10484</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10485</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10486</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10487</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10488</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10489</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10490</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10491</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10492</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10493</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10494</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10495</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10496</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10497</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10498</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10499</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10500</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10501</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10502</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10503</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10504</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10505</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10506</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10507</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10508</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10509</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10510</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10511</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10512</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10513</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10514</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10515</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10516</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10517</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10518</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10519</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10520</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10521</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10522</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10523</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10524</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10525</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10526</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10527</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10528</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10529</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10530</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10531</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10532</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10533</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10534</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10535</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10536</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10537</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10538</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10539</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10540</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10541</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10542</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10543</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10544</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10545</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10546</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10547</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10548</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10549</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10550</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10551</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10552</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10553</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10554</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10555</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10556</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10557</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10558</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10559</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10560</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10561</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10562</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10563</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10564</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10565</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10566</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10567</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10568</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10569</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10570</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10571</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10572</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10573</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10574</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10575</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10576</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10577</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10578</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10579</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10580</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10581</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10582</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10583</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10584</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10585</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10586</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10587</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10588</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10589</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10590</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10591</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10592</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10593</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10594</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10595</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10596</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10597</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10598</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10599</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10600</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10601</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10602</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10603</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10604</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10605</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10606</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10607</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10608</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10609</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10610</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10611</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10612</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10613</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10614</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10615</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10616</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10617</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10618</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10619</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10620</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10621</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10622</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10623</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10624</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10625</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10626</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10627</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10628</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10629</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10630</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10631</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10632</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10633</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10634</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10635</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10636</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10637</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10638</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10639</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10640</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10641</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10642</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10643</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10644</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10645</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10646</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10647</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10648</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10649</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10650</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10651</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10652</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10653</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10654</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10655</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10656</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10657</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10658</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10659</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10660</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10661</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10662</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10663</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10664</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10665</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10666</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10667</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10668</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10669</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10670</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10671</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10672</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10673</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10674</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10675</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10676</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10677</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10678</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10679</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10680</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10681</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10682</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10683</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10684</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10685</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10686</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10687</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10688</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10689</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10690</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10691</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10692</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10693</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10694</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10695</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10696</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10697</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10698</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10699</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10700</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10701</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10702</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10703</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10704</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10705</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10706</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10707</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10708</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10709</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10710</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10711</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10712</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10713</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10714</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10715</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10716</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10717</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10718</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10719</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10720</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10721</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10722</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10723</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10724</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10725</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10726</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10727</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10728</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10729</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10730</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10731</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10732</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10733</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10734</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10735</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10736</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10737</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10738</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10739</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10740</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10741</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10742</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10743</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10744</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10745</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10746</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10747</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10748</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10749</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10750</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10751</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10752</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10753</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10754</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10755</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10756</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10757</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10758</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10759</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10760</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10761</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10762</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10763</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10764</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10765</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10766</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10767</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10768</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10769</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10770</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10771</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10772</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10773</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10774</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10775</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10776</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10777</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10778</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10779</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10780</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10781</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10782</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10783</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10784</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10785</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10786</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10787</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10788</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10789</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10790</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10791</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10792</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10793</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10794</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10795</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10796</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10797</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10798</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10799</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10800</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10801</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10802</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10803</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10804</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10805</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10806</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10807</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10808</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10809</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10810</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10811</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10812</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10813</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10814</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10815</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10816</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10817</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10818</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10819</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10820</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10821</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10822</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10823</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10824</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10825</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10826</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10827</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10828</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10829</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10830</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10831</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10832</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10833</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10834</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10835</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10836</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10837</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10838</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10839</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10840</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10841</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10842</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10843</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10844</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10845</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10846</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10847</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10848</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10849</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10850</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10851</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10852</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10853</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10854</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10855</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10856</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10857</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10858</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10859</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10860</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10861</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10862</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10863</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10864</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10865</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10866</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10867</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10868</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10869</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10870</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10871</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10872</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10873</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10874</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10875</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10876</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10877</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10878</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10879</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10880</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10881</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10882</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10883</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10884</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10885</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10886</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10887</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10888</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10889</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10890</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10891</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10892</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10893</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10894</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10895</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10896</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10897</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10898</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10899</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10900</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10901</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10902</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10903</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10904</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10905</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10906</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10907</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10908</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10909</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10910</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10911</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10912</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10913</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10914</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10915</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10916</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10917</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10918</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10919</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10920</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10921</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10922</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10923</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10924</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10925</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10926</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10927</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10928</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10929</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10930</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10931</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10932</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10933</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10934</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10935</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10936</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10937</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10938</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10939</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10940</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10941</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10942</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10943</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10944</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10945</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10946</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10947</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10948</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10949</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10950</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10951</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10952</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10953</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10954</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10955</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10956</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10957</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10958</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10959</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10960</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10961</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10962</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10963</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10964</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10965</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10966</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10967</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10968</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10969</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10970</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10971</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10972</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10973</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10974</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10975</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10976</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10977</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10978</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10979</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10980</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10981</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10982</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10983</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10984</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10985</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10986</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10987</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10988</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10989</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10990</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10991</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10992</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10993</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10994</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10995</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10996</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10997</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10998</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10999</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11000</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11001</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11002</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11003</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11004</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11005</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11006</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11007</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11008</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11009</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11010</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11011</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11012</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11013</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11014</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11015</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11016</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11017</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11018</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11019</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11020</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11021</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11022</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11023</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11024</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11025</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11026</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11027</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11028</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11029</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11030</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11031</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11032</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11033</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11034</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11035</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11036</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11037</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11038</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11039</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11040</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11041</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11042</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11043</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11044</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11045</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11046</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11047</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11048</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11049</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11050</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11051</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11052</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11053</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11054</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11055</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11056</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11057</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11058</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11059</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11060</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11061</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11062</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11063</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11064</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11065</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11066</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11067</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11068</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11069</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11070</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11071</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11072</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11073</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11074</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11075</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11076</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11077</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11078</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11079</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11080</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11081</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11082</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11083</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11084</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11085</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11086</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11087</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11088</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11089</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11090</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11091</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11092</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11093</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11094</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11095</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11096</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11097</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11098</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11099</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11100</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11101</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11102</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11103</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11104</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11105</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11106</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11107</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11108</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11109</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11110</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11111</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11112</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11113</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11114</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11115</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11116</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11117</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11118</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11119</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11120</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11121</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11122</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11123</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11124</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11125</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11126</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11127</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11128</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11129</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11130</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11131</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11132</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11133</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11134</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11135</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11136</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11137</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11138</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11139</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11140</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11141</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11142</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11143</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11144</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11145</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11146</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11147</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11148</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11149</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11150</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11151</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11152</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11153</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11154</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11155</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11156</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11157</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11158</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11159</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11160</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11161</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11162</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11163</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11164</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11165</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11166</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11167</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11168</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11169</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11170</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11171</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11172</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11173</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11174</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11175</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11176</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11177</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11178</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11179</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11180</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11181</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11182</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11183</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11184</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11185</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11186</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11187</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11188</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11189</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11190</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11191</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11192</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11193</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11194</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11195</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11196</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11197</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11198</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11199</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11200</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11201</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11202</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11203</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11204</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11205</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11206</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11207</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11208</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11209</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11210</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11211</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11212</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11213</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11214</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11215</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11216</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11217</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11218</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11219</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11220</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11221</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11222</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11223</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11224</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11225</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11226</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11227</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11228</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11229</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11230</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11231</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11232</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11233</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11234</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11235</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11236</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11237</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11238</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11239</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11240</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11241</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11242</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11243</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11244</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11245</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11246</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11247</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11248</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11249</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11250</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11251</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11252</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11253</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11254</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11255</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11256</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11257</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11258</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11259</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11260</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11261</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11262</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11263</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11264</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11265</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11266</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11267</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11268</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11269</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11270</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11271</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11272</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11273</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11274</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11275</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11276</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11277</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11278</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11279</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11280</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11281</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11282</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11283</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11284</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11285</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11286</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11287</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11288</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11289</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11290</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11291</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11292</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11293</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11294</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11295</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11296</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11297</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11298</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11299</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11300</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11301</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11302</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11303</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11304</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11305</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11306</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11307</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11308</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11309</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11310</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11311</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11312</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11313</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11314</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11315</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11316</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11317</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11318</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11319</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11320</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11321</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11322</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11323</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11324</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11325</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11326</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11327</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11328</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11329</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11330</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11331</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11332</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11333</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11334</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11335</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11336</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11337</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11338</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11339</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11340</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11341</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11342</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11343</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11344</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11345</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11346</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11347</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11348</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11349</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11350</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11351</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11352</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11353</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11354</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11355</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11356</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11357</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11358</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11359</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11360</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11361</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11362</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11363</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11364</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11365</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11366</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11367</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11368</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11369</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11370</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11371</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11372</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11373</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11374</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11375</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11376</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11377</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11378</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11379</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11380</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11381</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11382</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11383</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11384</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11385</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11386</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11387</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11388</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11389</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11390</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11391</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11392</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11393</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11394</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11395</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11396</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11397</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11398</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11399</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11400</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11401</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11402</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11403</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11404</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11405</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11406</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11407</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11408</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11409</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11410</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11411</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11412</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11413</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11414</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11415</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11416</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11417</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11418</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11419</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11420</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11421</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11422</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11423</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11424</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11425</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11426</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11427</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11428</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11429</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11430</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11431</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11432</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11433</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11434</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11435</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11436</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11437</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11438</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11439</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11440</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11441</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11442</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11443</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>11444</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>11445</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>11446</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11447</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11448</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11449</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11450</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11451</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11452</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11453</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11454</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11455</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11456</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11457</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11458</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11459</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11460</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11461</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11462</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11463</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11464</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11465</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11466</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11467</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11468</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11469</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11470</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11471</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11472</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11473</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11474</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11475</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11476</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11477</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11478</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11479</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11480</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11481</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11482</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11483</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11484</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11485</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11486</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11487</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11488</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11489</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11490</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11491</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11492</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11493</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11494</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11495</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11496</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11497</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11498</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11499</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11500</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11501</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11502</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11503</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11504</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11505</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11506</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11507</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11508</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11509</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11510</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11511</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11512</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11513</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11514</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11515</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11516</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11517</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11518</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11519</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11520</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11521</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11522</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11523</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11524</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11525</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11526</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11527</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11528</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11529</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11530</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11531</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11532</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11533</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11534</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11535</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11536</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11537</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11538</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11539</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11540</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11541</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11542</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11543</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11544</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11545</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11546</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11547</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11548</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11549</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11550</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11551</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11552</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11553</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11554</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11555</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11556</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11557</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11558</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11559</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11560</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11561</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11562</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11563</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11564</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11565</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11566</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11567</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11568</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11569</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11570</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11571</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11572</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11573</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11574</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11575</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11576</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11577</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11578</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11579</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11580</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11581</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11582</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11583</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11584</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11585</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11586</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11587</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11588</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11589</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11590</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11591</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11592</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11593</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11594</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11595</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11596</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11597</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11598</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11599</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11600</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11601</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11602</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11603</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11604</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11605</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11606</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11607</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11608</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11609</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11610</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11611</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11612</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11613</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11614</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11615</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11616</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11617</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11618</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11619</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11620</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11621</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11622</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11623</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11624</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11625</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11626</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11627</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11628</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11629</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11630</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11631</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11632</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11633</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11634</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11635</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11636</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11637</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11638</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11639</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11640</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11641</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11642</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11643</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11644</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11645</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11646</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11647</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11648</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11649</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11650</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11651</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11652</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11653</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11654</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11655</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11656</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11657</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11658</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11659</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11660</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11661</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11662</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11663</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11664</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11665</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11666</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11667</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11668</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11669</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11670</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11671</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11672</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11673</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11674</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11675</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11676</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11677</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11678</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11679</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11680</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11681</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11682</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11683</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11684</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11685</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11686</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11687</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11688</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11689</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11690</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11691</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11692</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11693</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11694</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11695</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11696</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11697</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11698</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11699</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11700</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11701</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11702</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11703</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11704</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11705</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11706</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11707</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11708</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11709</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11710</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11711</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11712</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11713</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11714</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11715</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11716</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11717</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11718</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11719</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11720</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11721</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11722</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11723</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11724</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11725</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11726</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11727</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11728</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11729</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11730</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11731</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11732</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11733</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11734</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11735</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11736</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11737</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11738</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11739</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11740</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11741</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11742</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11743</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11744</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11745</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11746</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11747</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11748</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11749</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11750</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11751</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11752</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11753</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11754</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11755</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11756</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11757</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11758</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11759</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11760</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11761</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11762</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11763</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11764</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11765</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11766</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11767</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11768</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11769</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11770</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11771</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11772</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11773</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11774</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11775</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11776</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11777</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11778</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11779</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11780</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11781</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11782</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11783</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11784</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11785</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11786</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11787</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11788</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11789</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11790</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11791</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11792</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11793</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11794</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11795</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11796</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11797</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11798</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11799</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11800</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11801</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11802</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11803</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11804</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11805</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11806</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11807</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11808</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11809</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11810</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11811</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11812</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11813</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11814</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11815</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11816</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11817</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11818</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11819</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11820</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11821</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11822</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11823</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11824</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11825</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11826</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11827</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11828</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11829</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11830</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11831</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11832</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11833</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11834</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11835</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11836</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11837</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11838</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11839</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11840</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11841</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11842</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11843</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11844</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11845</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11846</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11847</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11848</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11849</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11850</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11851</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11852</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11853</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11854</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11855</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11856</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11857</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11858</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11859</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11860</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11861</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11862</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11863</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11864</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11865</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11866</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11867</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11868</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11869</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11870</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11871</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11872</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11873</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11874</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11875</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11876</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11877</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11878</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11879</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11880</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11881</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11882</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11883</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11884</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11885</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11886</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11887</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11888</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11889</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11890</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11891</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11892</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11893</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11894</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11895</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11896</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11897</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11898</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11899</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11900</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11901</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11902</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11903</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11904</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11905</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11906</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11907</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11908</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11909</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11910</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11911</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11912</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11913</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11914</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11915</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11916</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11917</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11918</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11919</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11920</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11921</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11922</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11923</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11924</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11925</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11926</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11927</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11928</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11929</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11930</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11931</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11932</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11933</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11934</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11935</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11936</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11937</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11938</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11939</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11940</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11941</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11942</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11943</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11944</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11945</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11946</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11947</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11948</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11949</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11950</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11951</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11952</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11953</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11954</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11955</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11956</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11957</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11958</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11959</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11960</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11961</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11962</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11963</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11964</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11965</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11966</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11967</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11968</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11969</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11970</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>11971</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>11972</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11973</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11974</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11975</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>11976</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>11977</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11978</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11979</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11980</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11981</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11982</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11983</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11984</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11985</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11986</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11987</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11988</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11989</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11990</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11991</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11992</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11993</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11994</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11995</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11996</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11997</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11998</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>11999</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12000</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12001</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12002</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12003</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12004</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12005</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12006</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12007</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12008</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12009</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12010</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12011</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12012</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12013</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12014</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12015</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12016</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12017</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12018</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12019</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12020</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12021</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12022</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12023</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12024</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12025</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12026</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12027</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12028</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12029</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12030</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12031</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12032</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12033</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12034</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12035</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12036</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12037</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12038</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12039</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12040</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12041</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12042</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12043</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12044</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12045</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12046</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12047</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12048</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12049</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12050</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12051</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12052</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12053</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12054</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12055</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12056</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12057</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12058</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12059</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12060</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12061</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12062</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12063</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12064</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12065</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12066</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12067</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12068</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12069</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12070</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12071</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12072</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12073</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12074</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12075</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12076</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12077</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12078</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12079</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12080</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12081</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12082</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12083</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12084</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12085</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12086</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12087</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12088</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12089</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12090</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12091</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12092</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12093</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12094</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12095</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12096</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12097</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12098</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12099</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12100</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12101</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12102</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12103</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12104</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12105</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12106</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12107</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12108</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12109</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12110</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12111</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12112</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12113</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12114</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12115</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12116</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12117</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12118</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12119</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12120</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12121</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12122</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12123</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12124</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12125</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12126</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12127</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12128</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12129</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12130</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12131</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12132</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12133</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12134</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12135</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12136</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12137</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12138</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12139</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12140</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12141</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12142</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12143</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12144</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12145</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12146</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12147</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12148</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12149</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12150</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12151</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12152</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12153</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12154</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12155</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12156</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12157</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12158</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12159</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12160</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12161</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12162</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12163</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12164</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12165</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12166</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12167</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12168</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12169</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12170</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12171</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12172</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12173</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12174</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12175</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12176</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12177</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12178</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12179</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12180</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12181</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12182</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12183</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12184</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12185</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12186</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12187</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12188</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12189</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12190</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12191</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12192</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12193</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12194</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12195</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12196</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12197</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12198</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12199</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12200</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12201</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12202</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12203</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12204</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12205</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12206</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12207</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12208</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12209</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12210</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12211</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12212</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12213</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12214</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12215</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12216</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12217</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12218</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12219</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12220</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12221</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12222</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12223</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12224</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12225</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12226</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12227</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12228</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12229</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12230</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12231</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12232</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12233</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12234</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12235</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12236</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12237</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12238</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12239</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12240</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12241</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12242</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12243</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12244</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12245</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12246</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12247</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12248</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12249</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12250</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12251</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12252</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12253</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12254</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12255</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12256</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12257</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12258</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12259</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12260</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12261</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12262</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12263</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12264</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12265</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12266</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12267</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12268</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12269</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12270</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12271</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12272</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12273</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12274</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12275</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12276</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12277</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12278</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12279</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12280</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12281</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12282</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12283</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12284</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12285</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12286</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12287</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12288</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12289</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12290</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12291</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12292</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12293</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12294</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12295</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12296</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12297</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12298</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12299</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12300</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12301</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12302</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12303</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12304</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12305</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12306</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12307</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12308</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12309</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12310</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12311</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12312</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12313</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12314</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12315</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12316</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12317</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12318</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12319</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12320</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12321</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12322</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12323</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12324</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12325</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12326</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12327</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12328</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12329</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12330</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12331</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12332</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12333</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12334</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12335</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12336</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12337</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12338</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12339</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12340</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12341</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12342</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12343</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12344</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12345</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12346</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12347</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12348</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12349</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12350</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12351</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12352</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12353</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12354</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12355</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12356</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12357</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12358</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12359</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12360</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12361</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12362</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12363</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12364</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12365</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12366</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12367</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12368</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12369</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12370</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12371</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12372</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12373</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12374</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12375</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12376</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12377</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12378</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12379</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12380</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12381</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12382</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12383</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12384</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12385</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12386</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12387</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12388</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12389</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12390</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12391</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12392</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12393</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12394</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12395</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12396</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12397</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12398</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12399</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12400</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12401</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12402</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12403</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12404</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12405</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12406</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12407</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12408</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12409</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12410</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12411</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12412</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12413</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12414</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12415</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12416</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12417</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12418</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12419</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12420</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12421</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12422</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12423</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12424</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12425</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12426</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12427</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12428</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12429</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12430</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12431</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12432</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12433</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12434</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12435</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12436</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12437</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12438</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12439</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12440</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12441</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12442</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12443</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12444</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12445</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12446</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12447</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12448</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12449</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12450</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12451</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12452</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12453</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12454</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12455</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12456</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12457</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12458</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12459</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12460</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12461</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12462</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12463</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12464</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12465</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12466</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12467</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12468</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12469</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12470</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12471</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12472</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12473</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12474</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12475</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12476</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12477</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12478</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12479</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12480</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12481</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12482</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12483</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12484</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12485</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12486</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12487</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12488</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12489</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12490</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12491</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12492</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12493</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12494</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12495</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12496</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12497</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12498</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12499</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12500</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12501</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12502</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12503</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12504</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12505</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12506</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12507</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12508</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12509</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12510</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12511</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12512</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12513</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12514</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12515</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12516</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12517</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12518</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12519</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12520</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12521</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12522</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12523</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12524</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12525</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12526</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12527</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12528</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12529</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12530</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12531</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12532</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12533</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12534</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12535</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12536</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12537</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12538</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12539</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12540</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12541</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12542</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12543</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12544</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12545</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12546</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12547</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12548</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12549</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12550</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12551</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12552</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12553</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12554</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12555</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12556</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12557</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12558</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12559</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12560</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12561</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12562</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12563</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12564</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12565</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12566</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12567</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12568</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12569</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12570</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>12571</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>12572</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12573</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12574</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12575</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12576</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>12577</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12578</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12579</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12580</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12581</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12582</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12583</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12584</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12585</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12586</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12587</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12588</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12589</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12590</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12591</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12592</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12593</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12594</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12595</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12596</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12597</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12598</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12599</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12600</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12601</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12602</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12603</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12604</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12605</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12606</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12607</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12608</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12609</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12610</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12611</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12612</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12613</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12614</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12615</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12616</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12617</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12618</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12619</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12620</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12621</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12622</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12623</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12624</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12625</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12626</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>12627</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12628</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12629</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12630</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12631</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12632</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12633</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12634</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12635</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12636</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12637</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12638</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12639</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12640</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12641</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12642</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12643</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12644</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>12645</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>6093</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>6094</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>6095</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>6096</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>6097</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>6178</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+28</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>6179</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>6180</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>6181</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6182</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6183</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6184</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6185</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6186</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6187</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6188</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6189</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6190</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6191</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6192</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6193</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6194</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6195</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6196</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6197</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6198</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6199</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6200</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6201</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6202</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6203</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6204</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6205</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6206</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6207</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6208</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6209</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6210</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6211</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6212</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6213</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6214</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6215</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6216</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6217</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6218</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6219</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6220</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6221</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6222</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6223</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6224</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6225</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6226</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6227</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6228</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6229</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6230</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6231</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6232</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6233</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6234</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6235</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6236</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6237</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6238</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6239</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6240</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6241</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6242</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6243</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6244</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6245</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6246</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6247</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6248</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6249</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6250</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6251</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6252</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6253</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6254</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6255</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6256</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6257</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6258</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6259</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6260</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6261</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6262</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6263</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6264</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6265</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6266</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6267</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6268</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6269</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6270</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6271</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6272</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6273</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6274</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6275</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6276</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6277</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6278</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6279</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6280</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6281</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6282</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6283</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6284</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6285</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6286</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6287</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6288</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6289</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6290</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6291</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6292</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6293</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6294</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6295</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6296</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6297</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6298</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6299</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6300</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6301</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6302</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6303</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6304</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6305</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6306</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6307</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6308</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6309</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6310</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6311</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6312</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6313</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6314</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6315</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6316</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6317</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6318</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6319</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6320</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6321</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6322</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6323</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6324</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6325</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6326</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6327</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6328</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6329</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6330</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6331</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6332</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6333</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6334</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6335</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6336</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6337</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6338</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6339</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6340</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6341</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6342</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6343</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6344</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6345</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6346</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6347</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6348</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6349</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6350</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6351</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6352</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6353</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6354</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6355</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6356</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6357</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6358</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6359</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6360</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6361</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6362</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6363</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6364</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6365</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6366</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6367</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6368</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6369</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6370</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6371</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6372</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6373</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6374</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6375</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6376</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6377</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6378</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6379</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6380</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6381</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6382</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6383</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6384</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6385</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6386</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6387</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6388</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6389</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6390</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6391</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6392</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6393</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6394</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6395</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6396</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6397</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6398</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6399</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6400</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6401</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6402</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6403</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6404</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6405</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6406</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6407</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6408</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6409</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6410</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6411</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6412</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6413</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6414</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6415</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6416</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6417</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6418</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6419</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6420</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6421</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6422</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6423</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6424</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6425</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6426</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6427</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6428</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6429</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6430</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6431</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6432</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6433</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6434</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6435</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6436</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6437</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6438</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6439</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6440</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6441</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6442</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6443</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6444</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6445</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6446</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6447</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6448</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6449</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6450</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6451</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6452</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6453</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6454</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6455</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6456</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6457</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6458</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6459</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6460</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6461</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6462</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6463</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6464</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6465</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6466</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6467</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6468</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6469</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6470</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6471</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6472</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6473</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6474</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6475</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6476</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6477</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6478</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6479</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6480</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6481</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6482</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6483</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6484</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6485</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6486</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6487</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6488</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6489</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6490</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6491</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6492</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6493</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6494</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6495</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6496</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6497</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6498</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6499</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6500</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6501</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6502</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6503</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6504</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6505</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6506</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6507</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6508</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6509</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6510</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6511</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6512</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6513</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6514</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6515</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6516</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6517</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6518</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6519</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6520</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6521</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6522</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6523</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6524</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6525</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6526</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6527</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6528</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6529</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6530</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6531</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6532</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6533</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6534</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6535</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6536</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6537</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6538</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6539</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6540</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6541</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6542</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6543</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6544</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6545</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6546</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6547</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6548</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6549</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6550</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6551</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6552</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6553</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6554</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6555</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6556</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6557</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6558</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6559</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6560</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6561</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6562</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6563</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6564</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6565</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6566</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6567</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6568</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6569</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6570</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6571</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6572</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6573</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6574</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6575</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6576</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6577</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6578</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6579</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6580</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6581</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6582</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6583</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6584</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6585</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6586</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6587</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6588</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6589</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6590</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6591</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6592</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6593</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6594</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6595</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6596</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6597</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6598</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6599</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6600</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6601</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6602</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6603</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6604</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6605</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6606</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6607</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6608</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6609</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6610</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6611</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6612</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6613</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6614</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6615</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6616</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6617</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6618</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6619</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6620</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6621</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6622</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6623</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6624</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6625</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6626</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6627</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6628</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6629</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6630</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6631</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6632</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6633</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6634</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6635</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6636</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6637</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6638</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6639</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6640</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6641</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6642</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6643</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6644</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6645</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6646</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6647</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6648</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6649</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6650</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6651</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6652</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6653</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6654</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6655</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6656</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6657</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6658</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6659</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6660</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6661</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6662</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6663</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6664</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6665</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6666</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6667</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6668</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6669</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6670</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6671</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6672</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6673</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6674</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6675</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6676</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6677</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6678</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6679</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6680</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6681</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6682</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6683</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6684</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6685</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6686</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6687</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6688</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6689</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6690</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6691</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6692</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6693</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6694</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6695</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6696</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6697</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6698</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6699</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6700</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6701</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6702</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6703</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6704</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6705</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6706</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6707</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6708</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6709</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6710</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6711</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6712</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6713</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6714</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6715</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6716</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6717</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6718</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6719</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6720</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6721</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6722</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6723</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6724</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6725</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6726</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6727</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6728</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6729</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6730</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6731</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6732</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6733</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6734</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6735</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6736</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6737</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6738</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6739</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6740</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6741</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6742</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6743</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6744</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6745</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6746</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6747</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6748</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6749</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6750</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6751</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6752</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6753</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6754</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6755</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6756</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6757</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6758</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6759</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6760</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6761</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6762</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6763</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6764</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6765</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6766</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6767</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6768</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6769</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6770</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6771</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6772</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6773</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6774</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6775</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6776</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6777</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6778</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6779</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6780</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6781</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6782</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6783</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6784</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6785</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6786</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6787</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6788</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6789</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6790</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6791</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6792</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6793</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6794</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6795</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6796</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6797</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6798</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6799</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6800</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6801</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6802</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6803</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6804</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6805</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6806</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6807</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6808</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6809</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6810</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6811</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6812</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6813</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6814</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6815</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6816</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6817</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6818</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6819</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6820</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6821</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6822</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6823</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6824</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6825</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6826</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6827</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6828</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6829</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6830</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6831</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6832</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6833</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6834</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6835</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6836</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6837</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6838</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6839</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6840</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6841</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6842</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6843</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6844</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6845</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6846</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6847</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6848</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6849</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6850</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6851</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6852</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6853</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6854</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6855</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6856</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6857</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6858</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6859</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6860</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6861</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6862</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6863</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6864</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6865</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6866</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6867</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6868</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6869</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6870</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6871</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6872</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6873</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6874</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6875</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6876</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6877</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6878</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6879</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6880</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6881</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6882</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6883</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6884</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6885</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6886</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6887</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6888</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6889</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6890</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6891</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6892</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6893</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6894</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6895</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6896</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6897</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6898</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6899</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6900</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6901</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6902</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6903</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6904</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6905</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6906</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6907</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6908</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6909</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6910</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6911</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6912</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6913</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6914</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6915</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6916</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6917</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6918</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6919</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6920</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6921</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6922</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6923</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6924</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6925</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6926</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6927</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6928</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6929</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6930</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>6931</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>6932</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6933</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6934</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6935</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6936</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>6937</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6938</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6939</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6940</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6941</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6942</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6943</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6944</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6945</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6946</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6947</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6948</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6949</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6950</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6951</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6952</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6953</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6954</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6955</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6956</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6957</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6958</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6959</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6960</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6961</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6962</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6963</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6964</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6965</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6966</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6967</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6968</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6969</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6970</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6971</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6972</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6973</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6974</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6975</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6976</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6977</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6978</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6979</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6980</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6981</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6982</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6983</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6984</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6985</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6986</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>6987</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6988</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6989</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6990</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6991</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6992</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6993</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6994</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6995</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6996</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6997</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6998</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>6999</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7000</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7001</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7002</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7003</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7004</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>7005</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>8665</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>8666</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8667</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8668</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8669</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8670</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8671</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8672</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8673</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8674</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8675</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8676</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8677</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8678</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8679</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8680</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8681</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8682</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8683</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8684</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8685</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8686</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8687</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8688</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8689</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8690</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8691</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8692</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8693</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8694</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8695</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8696</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8697</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8698</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8699</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8700</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8701</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8702</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8703</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8704</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8705</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8706</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8707</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8708</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8709</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8710</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8711</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8712</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8713</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8714</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8715</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8716</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8717</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8718</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8719</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8720</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8721</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8722</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8723</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8724</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8725</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8726</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8727</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8728</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8729</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8730</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8731</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8732</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8733</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8734</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8735</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8736</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8737</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8738</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8739</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>8740</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>8741</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8742</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8743</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8744</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8745</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8746</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8747</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8748</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8749</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8750</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8751</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8752</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8753</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8754</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8755</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8756</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8757</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8758</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8759</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8760</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8761</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8762</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8763</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8764</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8765</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8766</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8767</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8768</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8769</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8770</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8771</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8772</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8773</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8774</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8775</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8776</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8777</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8778</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8779</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8780</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8781</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8782</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8783</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8784</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8785</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8786</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8787</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8788</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8789</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8790</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8791</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8792</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8793</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8794</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8795</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8796</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8797</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8798</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8799</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8800</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8801</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8802</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8803</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8804</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8805</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8806</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8807</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8808</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8809</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8810</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8811</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8812</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8813</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8814</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>8815</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>8816</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8817</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8818</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8819</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8820</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8821</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8822</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8823</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8824</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8825</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8826</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8827</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8828</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8829</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8830</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8831</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8832</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8833</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8834</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8835</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8836</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8837</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8838</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8839</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8840</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8841</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8842</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8843</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8844</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8845</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8846</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8847</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8848</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8849</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8850</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8851</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8852</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8853</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8854</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8855</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8856</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8857</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8858</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8859</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8860</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8861</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8862</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8863</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8864</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8865</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8866</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8867</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8868</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8869</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8870</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8871</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8872</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8873</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8874</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8875</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8876</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8877</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8878</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8879</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8880</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8881</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8882</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8883</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8884</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8885</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8886</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8887</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8888</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8889</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>8890</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>8891</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8892</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8893</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8894</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8895</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8896</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8897</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8898</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8899</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8900</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8901</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8902</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8903</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8904</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8905</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8906</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8907</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8908</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8909</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8910</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8911</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8912</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8913</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8914</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8915</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8916</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8917</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8918</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8919</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8920</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8921</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8922</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8923</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8924</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8925</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8926</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8927</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8928</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8929</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8930</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8931</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8932</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8933</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8934</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8935</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8936</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8937</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8938</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8939</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8940</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8941</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8942</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8943</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8944</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8945</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8946</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8947</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8948</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8949</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8950</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8951</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8952</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8953</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8954</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8955</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8956</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8957</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8958</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8959</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8960</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8961</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8962</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8963</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8964</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>8965</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>8966</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8967</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8968</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8969</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>8970</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>8971</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8972</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8973</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8974</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8975</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8976</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8977</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8978</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8979</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8980</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8981</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8982</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8983</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8984</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8985</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8986</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8987</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8988</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8989</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8990</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8991</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8992</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8993</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8994</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8995</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8996</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8997</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8998</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>8999</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9000</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9001</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9002</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9003</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9004</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9005</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9006</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9007</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9008</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9009</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9010</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9011</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9012</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9013</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9014</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9015</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9016</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9017</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9018</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9019</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9020</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9021</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9022</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9023</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9024</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9025</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9026</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9027</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9028</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9029</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9030</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9031</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9032</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9033</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9034</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9035</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9036</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9037</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9038</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9039</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>9040</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>9041</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>9042</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9043</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9044</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9045</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9046</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9047</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9048</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9049</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9050</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9051</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9052</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9053</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9054</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9055</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9056</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9057</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9058</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9059</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9060</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9061</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9062</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9063</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9064</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9065</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9066</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9067</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9068</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9069</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9070</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9071</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9072</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9073</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9074</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9075</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9076</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9077</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9078</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9079</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9080</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9081</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9082</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9083</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9084</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9085</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9086</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9087</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9088</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9089</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9090</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9091</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9092</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9093</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9094</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9095</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9096</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9097</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9098</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9099</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9100</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9101</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9102</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9103</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9104</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9105</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9106</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9107</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9108</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9109</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9110</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9111</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9112</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9113</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9114</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9115</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9116</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9117</ID>
                                                      <Description>"Spell [1]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9118</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9119</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9120</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9121</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9122</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9123</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9124</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9125</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9126</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9127</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9128</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9129</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9130</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9131</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9132</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9133</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9134</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9135</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9136</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9137</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9138</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9139</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9140</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9141</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9142</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9143</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9144</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9145</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9146</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9147</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9148</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9149</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9150</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9151</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9152</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9153</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9154</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9155</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9156</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9157</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9158</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9159</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9160</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9161</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9162</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9163</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9164</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9165</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9166</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9167</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9168</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9169</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9170</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9171</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9172</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9173</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9174</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9175</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9176</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9177</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9178</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9179</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9180</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9181</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9182</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9183</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9184</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9185</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9186</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9187</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9188</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9189</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9190</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9191</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9192</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9193</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9194</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9195</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9196</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9197</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9198</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9199</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9200</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9201</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9202</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9203</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9204</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9205</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9206</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9207</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9208</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9209</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9210</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9211</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9212</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9213</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9214</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9215</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9216</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9217</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9218</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9219</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9220</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9221</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9222</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9223</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9224</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9225</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9226</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9227</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9228</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9229</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9230</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9231</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9232</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9233</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9234</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9235</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9236</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9237</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9238</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9239</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9240</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9241</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9242</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9243</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9244</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9245</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9246</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9247</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9248</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9249</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9250</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9251</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9252</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9253</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9254</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9255</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9256</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9257</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9258</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9259</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9260</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9261</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9262</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9263</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9264</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9265</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9266</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9267</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9268</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9269</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9270</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9271</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9272</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9273</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9274</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9275</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9276</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9277</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9278</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9279</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9280</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9281</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9282</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9283</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9284</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9285</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9286</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9287</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9288</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9289</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9290</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9291</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9292</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9293</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9294</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9295</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9296</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9297</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9298</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9299</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9300</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9301</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9302</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9303</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9304</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9305</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9306</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9307</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9308</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9309</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9310</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9311</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9312</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9313</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9314</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9315</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9316</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9317</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9318</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9319</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9320</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9321</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9322</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9323</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9324</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9325</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9326</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9327</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9328</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9329</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9330</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9331</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9332</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9333</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9334</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9335</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9336</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9337</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9338</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9339</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9340</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9341</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9342</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9343</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9344</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9345</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9346</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9347</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9348</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9349</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9350</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9351</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9352</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9353</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9354</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9355</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9356</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9357</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9358</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9359</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9360</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9361</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9362</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9363</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9364</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9365</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9366</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9367</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9368</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9369</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9370</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9371</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9372</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9373</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9374</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9375</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9376</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9377</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9378</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9379</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9380</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9381</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9382</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9383</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9384</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9385</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9386</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9387</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9388</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9389</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9390</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9391</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9392</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9393</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9394</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9395</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9396</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9397</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9398</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9399</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9400</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9401</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9402</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9403</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9404</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9405</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9406</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9407</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9408</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9409</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9410</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9411</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9412</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9413</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9414</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9415</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9416</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9417</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9418</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9419</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9420</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9421</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9422</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9423</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9424</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9425</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9426</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9427</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9428</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9429</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9430</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9431</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9432</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9433</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9434</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9435</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9436</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9437</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9438</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9439</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9440</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9441</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9442</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9443</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9444</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9445</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9446</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9447</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9448</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9449</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9450</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9451</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9452</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9453</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9454</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9455</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9456</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9457</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9458</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9459</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9460</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9461</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9462</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9463</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9464</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9465</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9466</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9467</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9468</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9469</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9470</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9471</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9472</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9473</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9474</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9475</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9476</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9477</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9478</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9479</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9480</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9481</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9482</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9483</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9484</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9485</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9486</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9487</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9488</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9489</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9490</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9491</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9492</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9493</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9494</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9495</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9496</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9497</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9498</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9499</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9500</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9501</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9502</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9503</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9504</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9505</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9506</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9507</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9508</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9509</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9510</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9511</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9512</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9513</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9514</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9515</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9516</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9517</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9518</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9519</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9520</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9521</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9522</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9523</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9524</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9525</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9526</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9527</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9528</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9529</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9530</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9531</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9532</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9533</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9534</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9535</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9536</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9537</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9538</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9539</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9540</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9541</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9542</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9543</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9544</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9545</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9546</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9547</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9548</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9549</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9550</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9551</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9552</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9553</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9554</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9555</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9556</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9557</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9558</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9559</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9560</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9561</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9562</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9563</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9564</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9565</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9566</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9567</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9568</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9569</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9570</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9571</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9572</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9573</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9574</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9575</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9576</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9577</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9578</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9579</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9580</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9581</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9582</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9583</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9584</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9585</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9586</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9587</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9588</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9589</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9590</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9591</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9592</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9593</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9594</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9595</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9596</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9597</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9598</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9599</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9600</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9601</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9602</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9603</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9604</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9605</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9606</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9607</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9608</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9609</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9610</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9611</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9612</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9613</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9614</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9615</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9616</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9617</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9618</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9619</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9620</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9621</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9622</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9623</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9624</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9625</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9626</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9627</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9628</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9629</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9630</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9631</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9632</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9633</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9634</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9635</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9636</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9637</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9638</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9639</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9640</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9641</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9642</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9643</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9644</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9645</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9646</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9647</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9648</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9649</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9650</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9651</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9652</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9653</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9654</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9655</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9656</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9657</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9658</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9659</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9660</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9661</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9662</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9663</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9664</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9665</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9666</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9667</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9668</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9669</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9670</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9671</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9672</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9673</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9674</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9675</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9676</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9677</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9678</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9679</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9680</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9681</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9682</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9683</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9684</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9685</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9686</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9687</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9688</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9689</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9690</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9691</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9692</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9693</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9694</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9695</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9696</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9697</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9698</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9699</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9700</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9701</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9702</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9703</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9704</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9705</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9706</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9707</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9708</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9709</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9710</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9711</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9712</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9713</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9714</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9715</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9716</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9717</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9718</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9719</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9720</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9721</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9722</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9723</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9724</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9725</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9726</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9727</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9728</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9729</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9730</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9731</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9732</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9733</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9734</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9735</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9736</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9737</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9738</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9739</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9740</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9741</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9742</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9743</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9744</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9745</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9746</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9747</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9748</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9749</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9750</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9751</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9752</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9753</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9754</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9755</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9756</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9757</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9758</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9759</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9760</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9761</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9762</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9763</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9764</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9765</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9766</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9767</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9768</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9769</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9770</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9771</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9772</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9773</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9774</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9775</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9776</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9777</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9778</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9779</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9780</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9781</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9782</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9783</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9784</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9785</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9786</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9787</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9788</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9789</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9790</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9791</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9792</ID>
                                                      <Description>"Spell [10]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9793</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9794</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9795</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9796</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9797</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9798</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9799</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9800</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9801</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9802</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9803</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9804</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9805</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9806</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9807</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9808</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9809</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9810</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9811</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9812</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9813</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9814</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9815</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9816</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9817</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9818</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9819</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9820</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9821</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9822</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9823</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9824</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9825</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9826</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9827</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9828</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9829</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9830</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9831</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9832</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9833</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9834</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9835</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9836</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9837</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9838</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9839</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9840</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9841</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9842</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9843</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9844</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9845</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9846</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9847</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9848</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9849</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9850</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9851</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9852</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9853</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9854</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9855</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9856</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9857</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9858</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9859</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9860</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9861</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9862</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9863</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9864</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9865</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9866</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9867</ID>
                                                      <Description>"Spell [11]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9868</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9869</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9870</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9871</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9872</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9873</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9874</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9875</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9876</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9877</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9878</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9879</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9880</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9881</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9882</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9883</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9884</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9885</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9886</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9887</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9888</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9889</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9890</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9891</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9892</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9893</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9894</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9895</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9896</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9897</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9898</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9899</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9900</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9901</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9902</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9903</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9904</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9905</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9906</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9907</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9908</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9909</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9910</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9911</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9912</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9913</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9914</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9915</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9916</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9917</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9918</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9919</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9920</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9921</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9922</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9923</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9924</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9925</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9926</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9927</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9928</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9929</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9930</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9931</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9932</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9933</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9934</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9935</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9936</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9937</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9938</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9939</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9940</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9941</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>9942</ID>
                                                      <Description>"Spell [12]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>9943</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9944</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9945</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9946</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9947</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>9948</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9949</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9950</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9951</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9952</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9953</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9954</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9955</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9956</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9957</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9958</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9959</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9960</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9961</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9962</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9963</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9964</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9965</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9966</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9967</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9968</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9969</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9970</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9971</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9972</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9973</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9974</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9975</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9976</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9977</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9978</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9979</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9980</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9981</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9982</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9983</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9984</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9985</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9986</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9987</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9988</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9989</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9990</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9991</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9992</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9993</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9994</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9995</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9996</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9997</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>9998</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>9999</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10000</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10001</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10002</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10003</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10004</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10005</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10006</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10007</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10008</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10009</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10010</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10011</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10012</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10013</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10014</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10015</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10016</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10017</ID>
                                                      <Description>"Spell [13]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10018</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10019</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10020</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10021</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10022</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10023</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10024</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10025</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10026</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10027</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10028</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10029</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10030</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10031</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10032</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10033</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10034</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10035</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10036</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10037</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10038</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10039</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10040</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10041</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10042</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10043</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10044</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10045</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10046</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10047</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10048</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10049</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10050</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10051</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10052</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10053</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10054</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10055</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10056</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10057</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10058</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10059</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10060</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10061</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10062</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10063</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10064</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10065</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10066</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10067</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10068</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10069</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10070</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10071</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10072</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10073</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10074</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10075</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10076</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10077</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10078</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10079</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10080</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10081</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10082</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10083</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10084</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10085</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10086</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10087</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10088</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10089</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10090</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10091</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10092</ID>
                                                      <Description>"Spell [14]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10093</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10094</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10095</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10096</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10097</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10098</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10099</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10100</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10101</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10102</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10103</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10104</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10105</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10106</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10107</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10108</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10109</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10110</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10111</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10112</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10113</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10114</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10115</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10116</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10117</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10118</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10119</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10120</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10121</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10122</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10123</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10124</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10125</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10126</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10127</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10128</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10129</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10130</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10131</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10132</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10133</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10134</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10135</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10136</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10137</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10138</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10139</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10140</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10141</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10142</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10143</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10144</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10145</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10146</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10147</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10148</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10149</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10150</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10151</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10152</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10153</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10154</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10155</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10156</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10157</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10158</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10159</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10160</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10161</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10162</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10163</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10164</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10165</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10166</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>10167</ID>
                                                      <Description>"Spell [15]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>10168</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10169</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10170</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10171</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10172</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>10173</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10174</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10175</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10176</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10177</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10178</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10179</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10180</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10181</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10182</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10183</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10184</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10185</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10186</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10187</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10188</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10189</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10190</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10191</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10192</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10193</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10194</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10195</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10196</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10197</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10198</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10199</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10200</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10201</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10202</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10203</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10204</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10205</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10206</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10207</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10208</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10209</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10210</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10211</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10212</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10213</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10214</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10215</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10216</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10217</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10218</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10219</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10220</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10221</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10222</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>10223</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10224</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10225</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10226</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10227</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10228</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10229</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10230</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10231</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10232</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10233</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10234</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10235</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10236</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10237</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10238</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10239</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10240</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>10241</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>7006</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>7007</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>7008</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>7009</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>7010</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>6098</ID>
                                  <Description>"Character Pointers"</Description>
                                  <Options moHideChildren="1"/>
                                  <GroupHeader>1</GroupHeader>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>6099</ID>
                                      <Description>"guid"</Description>
                                      <VariableType>8 Bytes</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6100</ID>
                                      <Description>"matchingInterruption"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6101</ID>
                                      <Description>"matchingCancellingCondition"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D1</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6102</ID>
                                      <Description>"&lt;IsCorruptedPostLoad&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D2</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6103</ID>
                                      <Description>"&lt;PostLoaded&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D3</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6104</ID>
                                      <Description>"currentHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6105</ID>
                                      <Description>"sizeParams"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6106</ID>
                                      <Description>"sortIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6107</ID>
                                      <Description>"side"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6108</ID>
                                      <Description>"forceAutoBehavior"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+608</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6109</ID>
                                      <Description>"isRemovedFromTheGame"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+609</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6110</ID>
                                      <Description>"isDeadOrDyingOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60A</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6111</ID>
                                      <Description>"isDeadOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60B</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6112</ID>
                                      <Description>"isDeadOrDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6113</ID>
                                      <Description>"isDead"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6114</ID>
                                      <Description>"isDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6115</ID>
                                      <Description>"isUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6116</ID>
                                      <Description>"isIncapacitated"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+610</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6117</ID>
                                      <Description>"hasAccessToTreasury"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+611</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6118</ID>
                                      <Description>"deathSaveSuccesses"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+614</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6119</ID>
                                      <Description>"deathSaveFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+618</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6120</ID>
                                      <Description>"timeOfDeath"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+61C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6121</ID>
                                      <Description>"regenerationLapse"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+620</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6122</ID>
                                      <Description>"hasRegeneration"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+624</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6123</ID>
                                      <Description>"concentratedSpellIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+628</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6124</ID>
                                      <Description>"shouldClearOverridenFactionFromCharmSpells"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+62C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6125</ID>
                                      <Description>"usedChannelDivinity"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+630</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6126</ID>
                                      <Description>"usedHealingPool"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+634</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6127</ID>
                                      <Description>"usedIndomitableResistances"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+638</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6128</ID>
                                      <Description>"selectedFlurryOfBlowsMode"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+63C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6129</ID>
                                      <Description>"usedSorceryPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+640</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6130</ID>
                                      <Description>"usedRagePoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+644</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6131</ID>
                                      <Description>"usedKiPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+648</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6132</ID>
                                      <Description>"usedBindChain"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+64C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6133</ID>
                                      <Description>"usedBardicInspiration"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+650</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6134</ID>
                                      <Description>"isMetamagicToggled"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+654</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6135</ID>
                                      <Description>"autoActivatingPower"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+655</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6136</ID>
                                      <Description>"maxSenseRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+658</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6137</ID>
                                      <Description>"maxJumpRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+65C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6138</ID>
                                      <Description>"maxClimbRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+660</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6139</ID>
                                      <Description>"usedMainAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+664</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6140</ID>
                                      <Description>"usedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+668</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6141</ID>
                                      <Description>"wieldingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+66C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6142</ID>
                                      <Description>"carryingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+670</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6143</ID>
                                      <Description>"visionHeightFactor"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+674</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6144</ID>
                                      <Description>"visionHeight"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+678</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6145</ID>
                                      <Description>"minSizeDifferenceToGoThroughEnemy"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+67C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6146</ID>
                                      <Description>"motionRangeFlags"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+680</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6147</ID>
                                      <Description>"maxJumpType"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+684</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6148</ID>
                                      <Description>"impairedSight"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+685</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6149</ID>
                                      <Description>"executedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+688</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6150</ID>
                                      <Description>"executedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+68C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6151</ID>
                                      <Description>"usedKnockOutImmunityPerLongRest"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+690</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6152</ID>
                                      <Description>"&lt;LastInitiativeRoll&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+694</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6153</ID>
                                      <Description>"&lt;LastInitiativeModifier&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+698</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6154</ID>
                                      <Description>"temporaryHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+69C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6155</ID>
                                      <Description>"sex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6156</ID>
                                      <Description>"pronoun"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6157</ID>
                                      <Description>"attunementCapital"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+938</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6158</ID>
                                      <Description>"needsAttributeModifiersPostLoadFix"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6159</ID>
                                      <Description>"&lt;IgnoreEquipmentOnAbilityScores&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6160</ID>
                                      <Description>"&lt;NeedsReplaceDruidKindredSpiritTigerSummoningPower&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6161</ID>
                                      <Description>"builtIn"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6162</ID>
                                      <Description>"editorOnly"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+940</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6163</ID>
                                      <Description>"refreshing"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+941</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6164</ID>
                                      <Description>"lastLongRestDay"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+944</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6165</ID>
                                      <Description>"remainingSleepTime"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+948</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6166</ID>
                                      <Description>"successfulAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+94C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6167</ID>
                                      <Description>"failedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+950</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6168</ID>
                                      <Description>"criticalHits"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+954</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6169</ID>
                                      <Description>"criticalFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+958</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6170</ID>
                                      <Description>"inflictedDamage"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+95C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6171</ID>
                                      <Description>"slainEnemies"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+960</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6172</ID>
                                      <Description>"sustainedInjuries"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+964</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6173</ID>
                                      <Description>"restoredHealth"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+968</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6174</ID>
                                      <Description>"usedMagicAndPowers"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+96C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6175</ID>
                                      <Description>"knockOuts"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+970</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6176</ID>
                                      <Description>"travelledCells"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+974</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>6177</ID>
                                      <Description>"earnedXP"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+978</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>17757</ID>
                          <Description>"Character [2]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>0</Offset>
                            <Offset>30</Offset>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>17758</ID>
                              <Description>"rulesetCharacter"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+10</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>17759</ID>
                                  <Description>"name"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+718</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17760</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17761</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>17762</ID>
                                  <Description>"surName"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+720</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17763</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17764</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>17765</ID>
                                  <Description>"Attributes"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+10</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17766</ID>
                                      <Description>"Stats"</Description>
                                      <Options moHideChildren="1"/>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+18</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>17767</ID>
                                          <Description>"Strength"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+30</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17768</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17769</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17770</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17771</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17772</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17773</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17774</ID>
                                          <Description>"Dex"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+48</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17775</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17776</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17777</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17778</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17779</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17780</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17781</ID>
                                          <Description>"Con"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+60</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17782</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17783</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17784</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17785</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17786</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17787</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17788</ID>
                                          <Description>"Int"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+78</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17789</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17790</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17791</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17792</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17793</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17794</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17795</ID>
                                          <Description>"Wis"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+90</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17796</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17797</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17798</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17799</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17800</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17801</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17802</ID>
                                          <Description>"Cha"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+a8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17803</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17804</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17805</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17806</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17807</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17808</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17809</ID>
                                          <Description>"Armor Class"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+c0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17810</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17811</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17812</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17813</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17814</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17815</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17816</ID>
                                          <Description>"Initiative"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+d8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17817</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17818</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17819</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17820</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17821</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17822</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17823</ID>
                                          <Description>"Hit Points"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+f0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17824</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17825</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17826</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17827</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17828</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17829</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17830</ID>
                                          <Description>"CriticalThreshold"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17831</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17832</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17833</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17834</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17835</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17836</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17837</ID>
                                          <Description>"CharacterLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+120</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17838</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17839</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17840</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17841</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17842</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17843</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17844</ID>
                                          <Description>"Experience"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+138</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17845</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17846</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17847</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17848</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17849</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17850</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17851</ID>
                                          <Description>"HitPointBonusPerLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+150</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17852</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17853</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17854</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17855</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17856</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17857</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17858</ID>
                                          <Description>"ProficiencyBonus"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+168</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17859</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17860</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17861</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17862</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17863</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17864</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17865</ID>
                                          <Description>"AttacksNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+180</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17866</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17867</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17868</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17869</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17870</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17871</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17872</ID>
                                          <Description>"ChannelDivinityNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+198</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17873</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17874</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17875</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17876</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17877</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17878</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17879</ID>
                                          <Description>"HealingPool"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1b0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17880</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17881</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17882</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17883</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17884</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17885</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17886</ID>
                                          <Description>"SorceryPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1c8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17887</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17888</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17889</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17890</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17891</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17892</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17893</ID>
                                          <Description>"RagePoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1e0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17894</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17895</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17896</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17897</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17898</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17899</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17900</ID>
                                          <Description>"RageDamage"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1f8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17901</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17902</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17903</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17904</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17905</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17906</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17907</ID>
                                          <Description>"IndomitableResistances"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+210</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17908</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17909</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17910</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17911</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17912</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17913</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17914</ID>
                                          <Description>"BrutalCriticalDice"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+228</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17915</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17916</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17917</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17918</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17919</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17920</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17921</ID>
                                          <Description>"RelentlessRageDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+240</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17922</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17923</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17924</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17925</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17926</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17927</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17928</ID>
                                          <Description>"FrenzyExhaustionDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+258</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17929</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17930</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17931</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17932</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17933</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17934</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17935</ID>
                                          <Description>"KiPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+270</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17936</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17937</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17938</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17939</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17940</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17941</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17942</ID>
                                          <Description>"BindChainNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+288</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17943</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17944</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17945</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17946</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17947</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17948</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17949</ID>
                                          <Description>"BardicInspirationNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2A0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17950</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17951</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17952</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17953</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17954</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17955</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>17956</ID>
                                          <Description>"BardicInspirationDie"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2B8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17957</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17958</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17959</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17960</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17961</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>17962</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>17963</ID>
                                  <Description>"voiceID"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+728</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17964</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>17965</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>17966</ID>
                                  <Description>"spellRepertoires"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+2c0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>17967</ID>
                                      <Description>"Spell - Depending on your character"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+10</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>17968</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+20</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>17969</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>17970</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>17971</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>17972</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17973</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17974</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17975</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>17976</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>17977</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17978</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17979</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17980</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17981</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17982</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17983</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17984</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17985</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17986</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17987</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17988</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17989</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17990</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17991</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17992</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17993</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17994</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17995</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17996</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17997</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17998</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>17999</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18000</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18001</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18002</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18003</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18004</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18005</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18006</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18007</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18008</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18009</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18010</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18011</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18012</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18013</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18014</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18015</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18016</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18017</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18018</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18019</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18020</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18021</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18022</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18023</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18024</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18025</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18026</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18027</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18028</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18029</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18030</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18031</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18032</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18033</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18034</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18035</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18036</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18037</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18038</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18039</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18040</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18041</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18042</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18043</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18044</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18045</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18046</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18047</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18048</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18049</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18050</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18051</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18052</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18053</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18054</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18055</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18056</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18057</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18058</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18059</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18060</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18061</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18062</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18063</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18064</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18065</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18066</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18067</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18068</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18069</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18070</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18071</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18072</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18073</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18074</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18075</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18076</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18077</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18078</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18079</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18080</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18081</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18082</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18083</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18084</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18085</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18086</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18087</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18088</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18089</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18090</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18091</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18092</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18093</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18094</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18095</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18096</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18097</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18098</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18099</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18100</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18101</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18102</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18103</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18104</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18105</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18106</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18107</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18108</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18109</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18110</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18111</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18112</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18113</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18114</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18115</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18116</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18117</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18118</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18119</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18120</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18121</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18122</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18123</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18124</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18125</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18126</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18127</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18128</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18129</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18130</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18131</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18132</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18133</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18134</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18135</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18136</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18137</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18138</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18139</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18140</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18141</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18142</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18143</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18144</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18145</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18146</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18147</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18148</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18149</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18150</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18151</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18152</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18153</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18154</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18155</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18156</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18157</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18158</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18159</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18160</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18161</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18162</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18163</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18164</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18165</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18166</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18167</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18168</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18169</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18170</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18171</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18172</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18173</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18174</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18175</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18176</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18177</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18178</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18179</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18180</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18181</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18182</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18183</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18184</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18185</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18186</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18187</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18188</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18189</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18190</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18191</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18192</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18193</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18194</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18195</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18196</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18197</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18198</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18199</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18200</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18201</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18202</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18203</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18204</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18205</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18206</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18207</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18208</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18209</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18210</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18211</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18212</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18213</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18214</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18215</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18216</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18217</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18218</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18219</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18220</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18221</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18222</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18223</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18224</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18225</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18226</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18227</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18228</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18229</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18230</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18231</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18232</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18233</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18234</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18235</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18236</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18237</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18238</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18239</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18240</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18241</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18242</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18243</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18244</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18245</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18246</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18247</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18248</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18249</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18250</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18251</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18252</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18253</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18254</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18255</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18256</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18257</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18258</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18259</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18260</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18261</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18262</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18263</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18264</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18265</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18266</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18267</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18268</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18269</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18270</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18271</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18272</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18273</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18274</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18275</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18276</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18277</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18278</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18279</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18280</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18281</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18282</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18283</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18284</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18285</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18286</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18287</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18288</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18289</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18290</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18291</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18292</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18293</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18294</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18295</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18296</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18297</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18298</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18299</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18300</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18301</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18302</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18303</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18304</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18305</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18306</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18307</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18308</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18309</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18310</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18311</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18312</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18313</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18314</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18315</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18316</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18317</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18318</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18319</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18320</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18321</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18322</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18323</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18324</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18325</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18326</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18327</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18328</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18329</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18330</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18331</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18332</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18333</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18334</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18335</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18336</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18337</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18338</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18339</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18340</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18341</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18342</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18343</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18344</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18345</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18346</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18347</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18348</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18349</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18350</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18351</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18352</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18353</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18354</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18355</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18356</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18357</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18358</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18359</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18360</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18361</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18362</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18363</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18364</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18365</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18366</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18367</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18368</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18369</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18370</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18371</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18372</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18373</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18374</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18375</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18376</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18377</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18378</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18379</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18380</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18381</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18382</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18383</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18384</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18385</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18386</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18387</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18388</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18389</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18390</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18391</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18392</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18393</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18394</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18395</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18396</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18397</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18398</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18399</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18400</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18401</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18402</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18403</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18404</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18405</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18406</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18407</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18408</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18409</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18410</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18411</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18412</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18413</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18414</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18415</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18416</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18417</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18418</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18419</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18420</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18421</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18422</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18423</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18424</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18425</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18426</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18427</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18428</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18429</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18430</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18431</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18432</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18433</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18434</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18435</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18436</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18437</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18438</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18439</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18440</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18441</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18442</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18443</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18444</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18445</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18446</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18447</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18448</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18449</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18450</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18451</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18452</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18453</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18454</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18455</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18456</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18457</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18458</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18459</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18460</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18461</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18462</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18463</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18464</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18465</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18466</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18467</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18468</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18469</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18470</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18471</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18472</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18473</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18474</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18475</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18476</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18477</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18478</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18479</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18480</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18481</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18482</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18483</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18484</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18485</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18486</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18487</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18488</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18489</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18490</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18491</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18492</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18493</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18494</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18495</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18496</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18497</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18498</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18499</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18500</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18501</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18502</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18503</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18504</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18505</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18506</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18507</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18508</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18509</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18510</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18511</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18512</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18513</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18514</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18515</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18516</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18517</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18518</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18519</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18520</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18521</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18522</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18523</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18524</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18525</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18526</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18527</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18528</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18529</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18530</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18531</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18532</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18533</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18534</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18535</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18536</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18537</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18538</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18539</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18540</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18541</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18542</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18543</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18544</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18545</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18546</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18547</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18548</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18549</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18550</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18551</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18552</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18553</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18554</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18555</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18556</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18557</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18558</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18559</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18560</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18561</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18562</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18563</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18564</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18565</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18566</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18567</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18568</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18569</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18570</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18571</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18572</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18573</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18574</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18575</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18576</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18577</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18578</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18579</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18580</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18581</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18582</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18583</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18584</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18585</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18586</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18587</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18588</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18589</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18590</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18591</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18592</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18593</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18594</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18595</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18596</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18597</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18598</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18599</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18600</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18601</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18602</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18603</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18604</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18605</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18606</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18607</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18608</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18609</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18610</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18611</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18612</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18613</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18614</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18615</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18616</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18617</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18618</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18619</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18620</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18621</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18622</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18623</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18624</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18625</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18626</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18627</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18628</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18629</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18630</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18631</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18632</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18633</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18634</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18635</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18636</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18637</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18638</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18639</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18640</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18641</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18642</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18643</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18644</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18645</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18646</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18647</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18648</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18649</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18650</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18651</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18652</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18653</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18654</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18655</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18656</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18657</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18658</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18659</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18660</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18661</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18662</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18663</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18664</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18665</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18666</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18667</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18668</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18669</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18670</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18671</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18672</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18673</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18674</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18675</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18676</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18677</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18678</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18679</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18680</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18681</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18682</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18683</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18684</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18685</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18686</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18687</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18688</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18689</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18690</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18691</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18692</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18693</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18694</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18695</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18696</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18697</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18698</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18699</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18700</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18701</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18702</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18703</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18704</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18705</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18706</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18707</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18708</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18709</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18710</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18711</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18712</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18713</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18714</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18715</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18716</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18717</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18718</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18719</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18720</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18721</ID>
                                                      <Description>"Spell [20]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18722</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18723</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18724</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18725</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18726</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18727</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18728</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18729</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18730</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18731</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18732</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18733</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18734</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18735</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18736</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18737</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18738</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18739</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18740</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18741</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18742</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18743</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18744</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18745</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18746</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18747</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18748</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18749</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18750</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18751</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18752</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18753</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18754</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18755</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18756</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18757</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18758</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18759</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18760</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18761</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18762</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18763</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18764</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18765</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18766</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18767</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18768</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18769</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18770</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18771</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18772</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18773</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18774</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18775</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18776</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18777</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18778</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18779</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18780</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18781</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18782</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18783</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18784</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18785</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18786</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18787</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18788</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18789</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18790</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18791</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18792</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18793</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18794</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18795</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18796</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18797</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18798</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18799</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18800</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18801</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18802</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18803</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18804</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18805</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18806</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18807</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18808</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18809</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18810</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18811</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18812</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18813</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18814</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18815</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18816</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18817</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18818</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18819</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18820</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18821</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18822</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18823</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18824</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18825</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18826</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18827</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18828</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18829</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18830</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18831</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18832</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18833</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18834</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18835</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18836</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18837</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18838</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18839</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18840</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18841</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18842</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18843</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18844</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18845</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18846</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18847</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18848</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18849</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18850</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18851</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18852</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18853</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18854</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18855</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18856</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18857</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18858</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18859</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18860</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18861</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18862</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18863</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18864</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18865</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18866</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18867</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18868</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18869</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18870</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18871</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18872</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18873</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18874</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18875</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18876</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18877</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18878</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18879</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18880</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18881</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18882</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18883</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18884</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18885</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18886</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18887</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18888</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18889</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18890</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18891</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18892</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18893</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18894</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18895</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18896</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18897</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18898</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18899</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18900</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18901</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18902</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18903</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18904</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18905</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18906</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18907</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18908</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18909</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18910</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18911</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18912</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18913</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18914</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18915</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18916</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18917</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18918</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18919</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18920</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18921</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18922</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18923</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18924</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18925</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18926</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18927</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18928</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18929</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18930</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18931</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18932</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18933</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18934</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18935</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18936</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18937</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18938</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18939</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18940</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18941</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18942</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18943</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18944</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18945</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>18946</ID>
                                                      <Description>"Spell [23]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>18947</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18948</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18949</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18950</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>18951</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>18952</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18953</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18954</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18955</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18956</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18957</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18958</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18959</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18960</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18961</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18962</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18963</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18964</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18965</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18966</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18967</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18968</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18969</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18970</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18971</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18972</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18973</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18974</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18975</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18976</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18977</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18978</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18979</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18980</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18981</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18982</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18983</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18984</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18985</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18986</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18987</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18988</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18989</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18990</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18991</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18992</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18993</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18994</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18995</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18996</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18997</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18998</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>18999</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19000</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19001</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19002</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19003</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19004</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19005</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19006</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19007</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19008</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19009</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19010</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19011</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19012</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19013</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19014</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19015</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19016</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19017</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19018</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19019</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19020</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19021</ID>
                                                      <Description>"Spell [24]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19022</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19023</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19024</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19025</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19026</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19027</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19028</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19029</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19030</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19031</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19032</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19033</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19034</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19035</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19036</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19037</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19038</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19039</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19040</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19041</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19042</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19043</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19044</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19045</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19046</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19047</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19048</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19049</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19050</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19051</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19052</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19053</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19054</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19055</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19056</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19057</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19058</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19059</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19060</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19061</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19062</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19063</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19064</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19065</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19066</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19067</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19068</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19069</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19070</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19071</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19072</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19073</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19074</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19075</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19076</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19077</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19078</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19079</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19080</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19081</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19082</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19083</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19084</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19085</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19086</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19087</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19088</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19089</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19090</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19091</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19092</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19093</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19094</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19095</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19096</ID>
                                                      <Description>"Spell [25]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19097</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19098</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19099</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19100</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19101</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19102</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19103</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19104</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19105</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19106</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19107</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19108</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19109</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19110</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19111</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19112</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19113</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19114</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19115</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19116</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19117</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19118</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19119</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19120</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19121</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19122</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19123</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19124</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19125</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19126</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19127</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19128</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19129</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19130</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19131</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19132</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19133</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19134</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19135</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19136</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19137</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19138</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19139</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19140</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19141</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19142</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19143</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19144</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19145</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19146</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19147</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19148</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19149</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19150</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19151</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19152</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19153</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19154</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19155</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19156</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19157</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19158</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19159</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19160</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19161</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19162</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19163</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19164</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19165</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19166</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19167</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19168</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19169</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19170</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>19171</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>19172</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>19173</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19174</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19175</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19176</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19177</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19178</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19179</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19180</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19181</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19182</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19183</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19184</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19185</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19186</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19187</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19188</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19189</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19190</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19191</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19192</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19193</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19194</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19195</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19196</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19197</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19198</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19199</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19200</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19201</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19202</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19203</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19204</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19205</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19206</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19207</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19208</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19209</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19210</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19211</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19212</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19213</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19214</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19215</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19216</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19217</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19218</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19219</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19220</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19221</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19222</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19223</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19224</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19225</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19226</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19227</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19228</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19229</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19230</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19231</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19232</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19233</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19234</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19235</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19236</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19237</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19238</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19239</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19240</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19241</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19242</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19243</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19244</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19245</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19246</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19247</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19248</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19249</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19250</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19251</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19252</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19253</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19254</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19255</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19256</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19257</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19258</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19259</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19260</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19261</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19262</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19263</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19264</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19265</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19266</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19267</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19268</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19269</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19270</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19271</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19272</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19273</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19274</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19275</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19276</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19277</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19278</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19279</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19280</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19281</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19282</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19283</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19284</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19285</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19286</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19287</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19288</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19289</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19290</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19291</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19292</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19293</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19294</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19295</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19296</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19297</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19298</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19299</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19300</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19301</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19302</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19303</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19304</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19305</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19306</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19307</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19308</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19309</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19310</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19311</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19312</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19313</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19314</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19315</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19316</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19317</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19318</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19319</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19320</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19321</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19322</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19323</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19324</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19325</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19326</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19327</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19328</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19329</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19330</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19331</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19332</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19333</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19334</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19335</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19336</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19337</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19338</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19339</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19340</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19341</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19342</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19343</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19344</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19345</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19346</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19347</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19348</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19349</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19350</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19351</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19352</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19353</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19354</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19355</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19356</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19357</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19358</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19359</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19360</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19361</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19362</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19363</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19364</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19365</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19366</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19367</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19368</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19369</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19370</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19371</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19372</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19373</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19374</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19375</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19376</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19377</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19378</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19379</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19380</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19381</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19382</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19383</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19384</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19385</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19386</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19387</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19388</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19389</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19390</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19391</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19392</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19393</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19394</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19395</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19396</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19397</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19398</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19399</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19400</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19401</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19402</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19403</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19404</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19405</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19406</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19407</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19408</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19409</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19410</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19411</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19412</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19413</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19414</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19415</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19416</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19417</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19418</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19419</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19420</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19421</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19422</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19423</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19424</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19425</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19426</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19427</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19428</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19429</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19430</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19431</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19432</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19433</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19434</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19435</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19436</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19437</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19438</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19439</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19440</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19441</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19442</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19443</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19444</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19445</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19446</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19447</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19448</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19449</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19450</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19451</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19452</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19453</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19454</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19455</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19456</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19457</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19458</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19459</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19460</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19461</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19462</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19463</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19464</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19465</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19466</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19467</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19468</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19469</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19470</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19471</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19472</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19473</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19474</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19475</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19476</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19477</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19478</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19479</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19480</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19481</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19482</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19483</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19484</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19485</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19486</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19487</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19488</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19489</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19490</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19491</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19492</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19493</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19494</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19495</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19496</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19497</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19498</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19499</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19500</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19501</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19502</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19503</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19504</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19505</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19506</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19507</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19508</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19509</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19510</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19511</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19512</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19513</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19514</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19515</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19516</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19517</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19518</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19519</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19520</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19521</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19522</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19523</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19524</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19525</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19526</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19527</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19528</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19529</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19530</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19531</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19532</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19533</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19534</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19535</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19536</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19537</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19538</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19539</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19540</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19541</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19542</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19543</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19544</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19545</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19546</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19547</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19548</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19549</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19550</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19551</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19552</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19553</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19554</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19555</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19556</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19557</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19558</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19559</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19560</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19561</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19562</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19563</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19564</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19565</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19566</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19567</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19568</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19569</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19570</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19571</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19572</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19573</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19574</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19575</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19576</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19577</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19578</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19579</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19580</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19581</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19582</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19583</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19584</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19585</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19586</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19587</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19588</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19589</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19590</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19591</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19592</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19593</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19594</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19595</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19596</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19597</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19598</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19599</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19600</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19601</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19602</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19603</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19604</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19605</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19606</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19607</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19608</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19609</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19610</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19611</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19612</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19613</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19614</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19615</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19616</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19617</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19618</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19619</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19620</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19621</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19622</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19623</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19624</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19625</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19626</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19627</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19628</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19629</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19630</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19631</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19632</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19633</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19634</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19635</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19636</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19637</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19638</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19639</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19640</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19641</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19642</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19643</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19644</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19645</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19646</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19647</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19648</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19649</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19650</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19651</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19652</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19653</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19654</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19655</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19656</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19657</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19658</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19659</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19660</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19661</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19662</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19663</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19664</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19665</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19666</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19667</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19668</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19669</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19670</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19671</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19672</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19673</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19674</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19675</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19676</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19677</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19678</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19679</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19680</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19681</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19682</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19683</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19684</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19685</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19686</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19687</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19688</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19689</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19690</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19691</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19692</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19693</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19694</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19695</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19696</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19697</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19698</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19699</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19700</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19701</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19702</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19703</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19704</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19705</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19706</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19707</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19708</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19709</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19710</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19711</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19712</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19713</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19714</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19715</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19716</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19717</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19718</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19719</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19720</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19721</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19722</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19723</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19724</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19725</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19726</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19727</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19728</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19729</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19730</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19731</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19732</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19733</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19734</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19735</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19736</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19737</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19738</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19739</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19740</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19741</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19742</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19743</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19744</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19745</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19746</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19747</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19748</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19749</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19750</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19751</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19752</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19753</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19754</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19755</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19756</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19757</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19758</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19759</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19760</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19761</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19762</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19763</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19764</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19765</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19766</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19767</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19768</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19769</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19770</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19771</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19772</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19773</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19774</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19775</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19776</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19777</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19778</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19779</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19780</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19781</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19782</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19783</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19784</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19785</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19786</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19787</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19788</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19789</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19790</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19791</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19792</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19793</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19794</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19795</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19796</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19797</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19798</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19799</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19800</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19801</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19802</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19803</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19804</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19805</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19806</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19807</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19808</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19809</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19810</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19811</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19812</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19813</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19814</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19815</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19816</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19817</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19818</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19819</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19820</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19821</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19822</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19823</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19824</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19825</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19826</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19827</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19828</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19829</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19830</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19831</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19832</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19833</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19834</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19835</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19836</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19837</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19838</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19839</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19840</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19841</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19842</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19843</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19844</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19845</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19846</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19847</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19848</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19849</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19850</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19851</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19852</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19853</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19854</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19855</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19856</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19857</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19858</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19859</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19860</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19861</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19862</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19863</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19864</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19865</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19866</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19867</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19868</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19869</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19870</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19871</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19872</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19873</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19874</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19875</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19876</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19877</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19878</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19879</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19880</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19881</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19882</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19883</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19884</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19885</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19886</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19887</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19888</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19889</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19890</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19891</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19892</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19893</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19894</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19895</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19896</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19897</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19898</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19899</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19900</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19901</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19902</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19903</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19904</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19905</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19906</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19907</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19908</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19909</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19910</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19911</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19912</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19913</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19914</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19915</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19916</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19917</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19918</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19919</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19920</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19921</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19922</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19923</ID>
                                                      <Description>"Spell [20]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19924</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19925</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19926</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19927</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19928</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>19929</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19930</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19931</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19932</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19933</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19934</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19935</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19936</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19937</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19938</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19939</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19940</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19941</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19942</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19943</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19944</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19945</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19946</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19947</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19948</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19949</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19950</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19951</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19952</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19953</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19954</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19955</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19956</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19957</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19958</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19959</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19960</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19961</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19962</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19963</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19964</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19965</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19966</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19967</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19968</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19969</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19970</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19971</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19972</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19973</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19974</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19975</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19976</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19977</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19978</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>19979</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19980</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19981</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19982</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19983</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19984</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19985</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19986</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19987</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19988</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19989</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19990</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19991</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19992</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19993</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19994</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19995</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19996</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>19997</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>19998</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>19999</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20000</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20001</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20002</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20003</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20004</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20005</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20006</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20007</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20008</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20009</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20010</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20011</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20012</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20013</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20014</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20015</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20016</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20017</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20018</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20019</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20020</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20021</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20022</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20023</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20024</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20025</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20026</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20027</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20028</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20029</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20030</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20031</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20032</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20033</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20034</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20035</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20036</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20037</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20038</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20039</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20040</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20041</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20042</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20043</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20044</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20045</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20046</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20047</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20048</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20049</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20050</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20051</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20052</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20053</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20054</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20055</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20056</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20057</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20058</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20059</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20060</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20061</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20062</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20063</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20064</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20065</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20066</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20067</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20068</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20069</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20070</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20071</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20072</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20073</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20074</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20075</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20076</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20077</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20078</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20079</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20080</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20081</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20082</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20083</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20084</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20085</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20086</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20087</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20088</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20089</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20090</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20091</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20092</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20093</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20094</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20095</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20096</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20097</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20098</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20099</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20100</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20101</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20102</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20103</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20104</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20105</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20106</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20107</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20108</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20109</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20110</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20111</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20112</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20113</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20114</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20115</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20116</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20117</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20118</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20119</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20120</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20121</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20122</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20123</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20124</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20125</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20126</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20127</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20128</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20129</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20130</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20131</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20132</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20133</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20134</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20135</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20136</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20137</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20138</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20139</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20140</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20141</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20142</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20143</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20144</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20145</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20146</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20147</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20148</ID>
                                                      <Description>"Spell [23]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20149</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20150</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20151</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20152</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20153</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20154</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20155</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20156</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20157</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20158</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20159</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20160</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20161</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20162</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20163</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20164</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20165</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20166</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20167</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20168</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20169</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20170</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20171</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20172</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20173</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20174</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20175</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20176</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20177</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20178</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20179</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20180</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20181</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20182</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20183</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20184</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20185</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20186</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20187</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20188</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20189</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20190</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20191</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20192</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20193</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20194</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20195</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20196</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20197</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20198</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20199</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20200</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20201</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20202</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20203</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20204</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20205</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20206</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20207</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20208</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20209</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20210</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20211</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20212</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20213</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20214</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20215</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20216</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20217</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20218</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20219</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20220</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20221</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20222</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20223</ID>
                                                      <Description>"Spell [24]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20224</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20225</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20226</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20227</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20228</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20229</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20230</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20231</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20232</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20233</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20234</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20235</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20236</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20237</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20238</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20239</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20240</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20241</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20242</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20243</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20244</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20245</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20246</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20247</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20248</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20249</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20250</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20251</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20252</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20253</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20254</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20255</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20256</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20257</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20258</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20259</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20260</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20261</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20262</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20263</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20264</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20265</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20266</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20267</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20268</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20269</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20270</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20271</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20272</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20273</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20274</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20275</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20276</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20277</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20278</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20279</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20280</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20281</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20282</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20283</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20284</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20285</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20286</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20287</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20288</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20289</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20290</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20291</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20292</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20293</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20294</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20295</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20296</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20297</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20298</ID>
                                                      <Description>"Spell [25]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20299</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20300</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20301</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20302</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20303</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20304</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20305</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20306</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20307</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20308</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20309</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20310</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20311</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20312</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20313</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20314</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20315</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20316</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20317</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20318</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20319</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20320</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20321</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20322</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20323</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20324</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20325</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20326</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20327</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20328</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20329</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20330</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20331</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20332</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20333</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20334</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20335</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20336</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20337</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20338</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20339</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20340</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20341</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20342</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20343</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20344</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20345</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20346</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20347</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20348</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20349</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20350</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20351</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20352</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20353</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20354</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20355</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20356</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20357</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20358</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20359</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20360</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20361</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20362</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20363</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20364</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20365</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20366</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20367</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20368</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20369</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20370</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20371</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20372</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>20373</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>20374</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>20375</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>20376</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>20377</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>20378</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+28</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>20379</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>20380</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>20381</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20382</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20383</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20384</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20385</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20386</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20387</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20388</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20389</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20390</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20391</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20392</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20393</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20394</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20395</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20396</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20397</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20398</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20399</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20400</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20401</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20402</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20403</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20404</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20405</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20406</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20407</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20408</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20409</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20410</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20411</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20412</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20413</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20414</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20415</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20416</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20417</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20418</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20419</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20420</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20421</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20422</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20423</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20424</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20425</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20426</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20427</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20428</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20429</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20430</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20431</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20432</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20433</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20434</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20435</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20436</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20437</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20438</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20439</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20440</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20441</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20442</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20443</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20444</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20445</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20446</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20447</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20448</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20449</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20450</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20451</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20452</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20453</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20454</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20455</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20456</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20457</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20458</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20459</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20460</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20461</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20462</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20463</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20464</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20465</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20466</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20467</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20468</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20469</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20470</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20471</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20472</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20473</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20474</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20475</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20476</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20477</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20478</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20479</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20480</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20481</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20482</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20483</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20484</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20485</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20486</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20487</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20488</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20489</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20490</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20491</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20492</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20493</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20494</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20495</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20496</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20497</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20498</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20499</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20500</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20501</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20502</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20503</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20504</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20505</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20506</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20507</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20508</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20509</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20510</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20511</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20512</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20513</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20514</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20515</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20516</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20517</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20518</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20519</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20520</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20521</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20522</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20523</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20524</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20525</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20526</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20527</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20528</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20529</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20530</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20531</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20532</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20533</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20534</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20535</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20536</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20537</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20538</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20539</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20540</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20541</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20542</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20543</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20544</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20545</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20546</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20547</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20548</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20549</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20550</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20551</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20552</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20553</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20554</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20555</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20556</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20557</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20558</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20559</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20560</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20561</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20562</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20563</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20564</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20565</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20566</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20567</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20568</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20569</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20570</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20571</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20572</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20573</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20574</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20575</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20576</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20577</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20578</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20579</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20580</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20581</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20582</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20583</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20584</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20585</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20586</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20587</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20588</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20589</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20590</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20591</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20592</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20593</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20594</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20595</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20596</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20597</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20598</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20599</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20600</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20601</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20602</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20603</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20604</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20605</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20606</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20607</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20608</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20609</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20610</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20611</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20612</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20613</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20614</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20615</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20616</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20617</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20618</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20619</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20620</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20621</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20622</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20623</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20624</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20625</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20626</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20627</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20628</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20629</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20630</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20631</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20632</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20633</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20634</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20635</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20636</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20637</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20638</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20639</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20640</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20641</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20642</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20643</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20644</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20645</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20646</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20647</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20648</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20649</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20650</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20651</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20652</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20653</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20654</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20655</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20656</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20657</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20658</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20659</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20660</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20661</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20662</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20663</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20664</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20665</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20666</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20667</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20668</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20669</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20670</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20671</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20672</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20673</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20674</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20675</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20676</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20677</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20678</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20679</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20680</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20681</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20682</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20683</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20684</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20685</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20686</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20687</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20688</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20689</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20690</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20691</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20692</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20693</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20694</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20695</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20696</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20697</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20698</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20699</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20700</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20701</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20702</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20703</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20704</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20705</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20706</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20707</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20708</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20709</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20710</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20711</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20712</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20713</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20714</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20715</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20716</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20717</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20718</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20719</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20720</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20721</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20722</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20723</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20724</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20725</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20726</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20727</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20728</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20729</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20730</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20731</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20732</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20733</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20734</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20735</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20736</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20737</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20738</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20739</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20740</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20741</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20742</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20743</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20744</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20745</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20746</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20747</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20748</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20749</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20750</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20751</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20752</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20753</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20754</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20755</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20756</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20757</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20758</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20759</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20760</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20761</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20762</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20763</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20764</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20765</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20766</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20767</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20768</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20769</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20770</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20771</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20772</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20773</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20774</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20775</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20776</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20777</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20778</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20779</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20780</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20781</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20782</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20783</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20784</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20785</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20786</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20787</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20788</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20789</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20790</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20791</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20792</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20793</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20794</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20795</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20796</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20797</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20798</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20799</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20800</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20801</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20802</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20803</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20804</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20805</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20806</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20807</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20808</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20809</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20810</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20811</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20812</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20813</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20814</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20815</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20816</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20817</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20818</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20819</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20820</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20821</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20822</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20823</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20824</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20825</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20826</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20827</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20828</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20829</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20830</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20831</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20832</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20833</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20834</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20835</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20836</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20837</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20838</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20839</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20840</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20841</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20842</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20843</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20844</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20845</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20846</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20847</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20848</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20849</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20850</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20851</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20852</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20853</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20854</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20855</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20856</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20857</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20858</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20859</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20860</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20861</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20862</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20863</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20864</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20865</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20866</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20867</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20868</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20869</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20870</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20871</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20872</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20873</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20874</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20875</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20876</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20877</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20878</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20879</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20880</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20881</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20882</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20883</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20884</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20885</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20886</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20887</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20888</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20889</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20890</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20891</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20892</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20893</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20894</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20895</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20896</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20897</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20898</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20899</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20900</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20901</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20902</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20903</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20904</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20905</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20906</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20907</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20908</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20909</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20910</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20911</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20912</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20913</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20914</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20915</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20916</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20917</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20918</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20919</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20920</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20921</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20922</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20923</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20924</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20925</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20926</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20927</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20928</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20929</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20930</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20931</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20932</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20933</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20934</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20935</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20936</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20937</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20938</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20939</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20940</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20941</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20942</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20943</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20944</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20945</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20946</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20947</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20948</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20949</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20950</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20951</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20952</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20953</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20954</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20955</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20956</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20957</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20958</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20959</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20960</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20961</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20962</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20963</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20964</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20965</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20966</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20967</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20968</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20969</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20970</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20971</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20972</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20973</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20974</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20975</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20976</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20977</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20978</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20979</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20980</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>20981</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>20982</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20983</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20984</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20985</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>20986</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>20987</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20988</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20989</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20990</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20991</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20992</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20993</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20994</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20995</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20996</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20997</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20998</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>20999</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21000</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21001</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21002</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21003</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21004</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21005</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21006</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21007</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21008</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21009</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21010</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21011</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21012</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21013</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21014</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21015</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21016</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21017</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21018</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21019</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21020</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21021</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21022</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21023</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21024</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21025</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21026</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21027</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21028</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21029</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21030</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21031</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21032</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21033</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21034</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21035</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21036</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21037</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21038</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21039</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21040</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21041</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21042</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21043</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21044</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21045</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21046</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21047</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21048</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21049</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21050</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21051</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21052</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21053</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21054</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21055</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21056</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21057</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21058</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21059</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21060</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21061</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21062</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21063</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21064</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21065</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21066</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21067</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21068</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21069</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21070</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21071</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21072</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21073</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21074</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21075</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21076</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21077</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21078</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21079</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21080</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21081</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21082</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21083</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21084</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21085</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21086</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21087</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21088</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21089</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21090</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21091</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21092</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21093</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21094</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21095</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21096</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21097</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21098</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21099</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21100</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21101</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21102</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21103</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21104</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21105</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21106</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21107</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21108</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21109</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21110</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21111</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21112</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21113</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21114</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21115</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21116</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21117</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21118</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21119</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21120</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21121</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21122</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21123</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21124</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21125</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21126</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21127</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21128</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21129</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21130</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21131</ID>
                                                      <Description>"Spell [20]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21132</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21133</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21134</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21135</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21136</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21137</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21138</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21139</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21140</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21141</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21142</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21143</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21144</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21145</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21146</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21147</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21148</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21149</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21150</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21151</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21152</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21153</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21154</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21155</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21156</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21157</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21158</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21159</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21160</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21161</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21162</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21163</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21164</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21165</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21166</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21167</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21168</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21169</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21170</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21171</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21172</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21173</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21174</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21175</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21176</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21177</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21178</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21179</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21180</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21181</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21182</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21183</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21184</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21185</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21186</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21187</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21188</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21189</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21190</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21191</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21192</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21193</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21194</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21195</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21196</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21197</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21198</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21199</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21200</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21201</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21202</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21203</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21204</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21205</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21206</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21207</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21208</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21209</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21210</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21211</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21212</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21213</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21214</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21215</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21216</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21217</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21218</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21219</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21220</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21221</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21222</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21223</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21224</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21225</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21226</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21227</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21228</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21229</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21230</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21231</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21232</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21233</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21234</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21235</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21236</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21237</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21238</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21239</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21240</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21241</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21242</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21243</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21244</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21245</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21246</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21247</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21248</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21249</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21250</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21251</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21252</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21253</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21254</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21255</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21256</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21257</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21258</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21259</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21260</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21261</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21262</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21263</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21264</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21265</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21266</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21267</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21268</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21269</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21270</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21271</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21272</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21273</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21274</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21275</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21276</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21277</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21278</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21279</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21280</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21281</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21282</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21283</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21284</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21285</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21286</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21287</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21288</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21289</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21290</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21291</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21292</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21293</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21294</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21295</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21296</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21297</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21298</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21299</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21300</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21301</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21302</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21303</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21304</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21305</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21306</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21307</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21308</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21309</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21310</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21311</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21312</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21313</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21314</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21315</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21316</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21317</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21318</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21319</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21320</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21321</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21322</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21323</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21324</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21325</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21326</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21327</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21328</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21329</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21330</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21331</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21332</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21333</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21334</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21335</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21336</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21337</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21338</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21339</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21340</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21341</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21342</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21343</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21344</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21345</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21346</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21347</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21348</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21349</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21350</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21351</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21352</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21353</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21354</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21355</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21356</ID>
                                                      <Description>"Spell [23]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21357</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21358</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21359</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21360</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21361</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21362</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21363</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21364</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21365</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21366</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21367</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21368</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21369</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21370</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21371</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21372</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21373</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21374</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21375</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21376</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21377</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21378</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21379</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21380</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21381</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21382</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21383</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21384</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21385</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21386</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21387</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21388</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21389</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21390</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21391</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21392</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21393</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21394</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21395</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21396</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21397</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21398</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21399</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21400</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21401</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21402</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21403</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21404</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21405</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21406</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21407</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21408</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21409</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21410</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21411</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21412</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21413</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21414</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21415</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21416</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21417</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21418</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21419</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21420</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21421</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21422</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21423</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21424</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21425</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21426</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21427</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21428</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21429</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21430</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21431</ID>
                                                      <Description>"Spell [24]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21432</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21433</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21434</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21435</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21436</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21437</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21438</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21439</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21440</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21441</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21442</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21443</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21444</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21445</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21446</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21447</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21448</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21449</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21450</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21451</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21452</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21453</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21454</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21455</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21456</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21457</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21458</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21459</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21460</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21461</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21462</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21463</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21464</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21465</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21466</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21467</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21468</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21469</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21470</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21471</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21472</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21473</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21474</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21475</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21476</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21477</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21478</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21479</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21480</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21481</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21482</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21483</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21484</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21485</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21486</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21487</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21488</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21489</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21490</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21491</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21492</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21493</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21494</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21495</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21496</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21497</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21498</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21499</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21500</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21501</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21502</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21503</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21504</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21505</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21506</ID>
                                                      <Description>"Spell [25]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21507</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21508</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21509</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21510</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21511</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21512</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21513</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21514</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21515</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21516</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21517</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21518</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21519</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21520</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21521</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21522</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21523</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21524</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21525</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21526</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21527</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21528</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21529</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21530</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21531</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21532</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21533</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21534</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21535</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21536</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21537</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21538</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21539</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21540</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21541</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21542</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21543</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21544</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21545</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21546</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21547</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21548</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21549</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21550</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21551</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21552</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21553</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21554</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21555</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21556</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21557</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21558</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21559</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21560</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21561</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21562</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21563</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21564</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21565</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21566</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21567</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21568</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21569</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21570</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21571</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21572</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21573</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21574</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21575</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21576</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21577</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21578</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21579</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21580</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>21581</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>21582</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>21583</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21584</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21585</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21586</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21587</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21588</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21589</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21590</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21591</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21592</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21593</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21594</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21595</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21596</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21597</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21598</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21599</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21600</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21601</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21602</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21603</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21604</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21605</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21606</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21607</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21608</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21609</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21610</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21611</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21612</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21613</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21614</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21615</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21616</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21617</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21618</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21619</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21620</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21621</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21622</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21623</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21624</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21625</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21626</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21627</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21628</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21629</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21630</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21631</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21632</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21633</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21634</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21635</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21636</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21637</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21638</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21639</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21640</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21641</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21642</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21643</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21644</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21645</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21646</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21647</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21648</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21649</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21650</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21651</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21652</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21653</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21654</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21655</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21656</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21657</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21658</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21659</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21660</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21661</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21662</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21663</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21664</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21665</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21666</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21667</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21668</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21669</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21670</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21671</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21672</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21673</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21674</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21675</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21676</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21677</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21678</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21679</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21680</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21681</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21682</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21683</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21684</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21685</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21686</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21687</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21688</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21689</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21690</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21691</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21692</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21693</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21694</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21695</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21696</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21697</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21698</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21699</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21700</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21701</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21702</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21703</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21704</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21705</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21706</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21707</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21708</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21709</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21710</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21711</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21712</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21713</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21714</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21715</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21716</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21717</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21718</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21719</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21720</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21721</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21722</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21723</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21724</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21725</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21726</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21727</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21728</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21729</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21730</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21731</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21732</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21733</ID>
                                                      <Description>"Spell [2]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21734</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21735</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21736</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21737</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21738</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21739</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21740</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21741</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21742</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21743</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21744</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21745</ID>
                                                              <Description>"targetParameter2"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21746</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21747</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21748</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21749</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21750</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21751</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21752</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21753</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21754</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21755</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21756</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21757</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21758</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21759</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21760</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21761</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21762</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21763</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21764</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21765</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21766</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21767</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21768</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21769</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21770</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21771</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21772</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21773</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21774</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21775</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21776</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21777</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21778</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21779</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21780</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21781</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21782</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21783</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21784</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21785</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21786</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21787</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21788</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21789</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21790</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21791</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21792</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21793</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21794</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21795</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21796</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21797</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21798</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21799</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21800</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21801</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21802</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21803</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21804</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21805</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21806</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21807</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21808</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21809</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21810</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21811</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21812</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21813</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21814</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21815</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21816</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21817</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21818</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21819</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21820</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21821</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21822</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21823</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21824</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21825</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21826</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21827</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21828</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21829</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21830</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21831</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21832</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21833</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21834</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21835</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21836</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21837</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21838</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21839</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21840</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21841</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21842</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21843</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21844</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21845</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21846</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21847</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21848</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21849</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21850</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21851</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21852</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21853</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21854</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21855</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21856</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21857</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21858</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21859</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21860</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21861</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21862</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21863</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21864</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21865</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21866</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21867</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21868</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21869</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21870</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21871</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21872</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21873</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21874</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21875</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21876</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21877</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21878</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21879</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21880</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21881</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21882</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21883</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21884</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21885</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21886</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21887</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21888</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21889</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21890</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21891</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21892</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21893</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21894</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21895</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21896</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21897</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21898</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21899</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21900</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21901</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21902</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21903</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21904</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21905</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21906</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21907</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21908</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21909</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21910</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21911</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21912</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21913</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21914</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21915</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21916</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21917</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21918</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21919</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21920</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21921</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21922</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21923</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21924</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21925</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21926</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21927</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21928</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21929</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21930</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21931</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21932</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21933</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21934</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21935</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21936</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21937</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21938</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21939</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21940</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21941</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21942</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21943</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21944</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21945</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21946</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21947</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21948</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21949</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21950</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21951</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21952</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21953</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21954</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21955</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21956</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21957</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>21958</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>21959</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21960</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21961</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21962</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>21963</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>21964</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21965</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21966</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21967</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21968</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21969</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21970</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21971</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21972</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21973</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21974</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21975</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21976</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21977</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21978</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21979</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21980</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21981</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21982</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21983</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21984</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21985</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21986</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21987</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21988</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21989</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21990</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21991</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21992</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21993</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21994</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21995</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21996</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21997</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21998</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>21999</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22000</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22001</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22002</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22003</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22004</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22005</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22006</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22007</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22008</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22009</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22010</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22011</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22012</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22013</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22014</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22015</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22016</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22017</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22018</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22019</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22020</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22021</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22022</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22023</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22024</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22025</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22026</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22027</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22028</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22029</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22030</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22031</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22032</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22033</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22034</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22035</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22036</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22037</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22038</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22039</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22040</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22041</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22042</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22043</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22044</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22045</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22046</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22047</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22048</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22049</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22050</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22051</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22052</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22053</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22054</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22055</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22056</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22057</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22058</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22059</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22060</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22061</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22062</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22063</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22064</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22065</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22066</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22067</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22068</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22069</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22070</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22071</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22072</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22073</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22074</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22075</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22076</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22077</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22078</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22079</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22080</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22081</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22082</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22083</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22084</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22085</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22086</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22087</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22088</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22089</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22090</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22091</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22092</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22093</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22094</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22095</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22096</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22097</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22098</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22099</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22100</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22101</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22102</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22103</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22104</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22105</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22106</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22107</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22108</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22109</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22110</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22111</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22112</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22113</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22114</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22115</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22116</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22117</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22118</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22119</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22120</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22121</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22122</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22123</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22124</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22125</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22126</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22127</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22128</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22129</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22130</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22131</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22132</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22133</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22134</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22135</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22136</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22137</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22138</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22139</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22140</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22141</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22142</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22143</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22144</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22145</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22146</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22147</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22148</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22149</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22150</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22151</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22152</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22153</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22154</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22155</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22156</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22157</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22158</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22159</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22160</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22161</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22162</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22163</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22164</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22165</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22166</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22167</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22168</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22169</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22170</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22171</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22172</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22173</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22174</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22175</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22176</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22177</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22178</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22179</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22180</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22181</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22182</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22183</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22184</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22185</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22186</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22187</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22188</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22189</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22190</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22191</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22192</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22193</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22194</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22195</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22196</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22197</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22198</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22199</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22200</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22201</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22202</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22203</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22204</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22205</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22206</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22207</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22208</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22209</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22210</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22211</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22212</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22213</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22214</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22215</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22216</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22217</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22218</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22219</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22220</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22221</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22222</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22223</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22224</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22225</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22226</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22227</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22228</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22229</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22230</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22231</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22232</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22233</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22234</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22235</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22236</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22237</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22238</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22239</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22240</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22241</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22242</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22243</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22244</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22245</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22246</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22247</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22248</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22249</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22250</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22251</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22252</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22253</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22254</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22255</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22256</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22257</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22258</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22259</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22260</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22261</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22262</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22263</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22264</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22265</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22266</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22267</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22268</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22269</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22270</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22271</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22272</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22273</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22274</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22275</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22276</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22277</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22278</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22279</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22280</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22281</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22282</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22283</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22284</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22285</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22286</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22287</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22288</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22289</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22290</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22291</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22292</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22293</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22294</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22295</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22296</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22297</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22298</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22299</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22300</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22301</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22302</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22303</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22304</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22305</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22306</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22307</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22308</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22309</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22310</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22311</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22312</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22313</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22314</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22315</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22316</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22317</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22318</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22319</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22320</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22321</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22322</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22323</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22324</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22325</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22326</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22327</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22328</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22329</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22330</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22331</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22332</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22333</ID>
                                                      <Description>"Spell [20]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22334</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22335</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22336</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22337</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22338</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22339</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22340</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22341</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22342</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22343</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22344</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22345</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22346</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22347</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22348</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22349</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22350</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22351</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22352</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22353</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22354</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22355</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22356</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22357</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22358</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22359</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22360</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22361</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22362</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22363</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22364</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22365</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22366</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22367</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22368</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22369</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22370</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22371</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22372</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22373</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22374</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22375</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22376</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22377</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22378</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22379</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22380</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22381</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22382</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22383</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22384</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22385</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22386</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22387</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22388</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22389</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22390</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22391</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22392</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22393</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22394</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22395</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22396</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22397</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22398</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22399</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22400</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22401</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22402</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22403</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22404</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22405</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22406</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22407</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22408</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22409</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22410</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22411</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22412</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22413</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22414</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22415</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22416</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22417</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22418</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22419</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22420</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22421</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22422</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22423</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22424</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22425</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22426</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22427</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22428</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22429</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22430</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22431</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22432</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22433</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22434</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22435</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22436</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22437</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22438</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22439</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22440</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22441</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22442</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22443</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22444</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22445</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22446</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22447</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22448</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22449</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22450</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22451</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22452</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22453</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22454</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22455</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22456</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22457</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22458</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22459</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22460</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22461</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22462</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22463</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22464</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22465</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22466</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22467</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22468</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22469</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22470</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22471</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22472</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22473</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22474</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22475</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22476</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22477</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22478</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22479</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22480</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22481</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22482</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22483</ID>
                                                      <Description>"Spell [22]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22484</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22485</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22486</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22487</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22488</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22489</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22490</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22491</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22492</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22493</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22494</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22495</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22496</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22497</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22498</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22499</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22500</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22501</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22502</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22503</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22504</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22505</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22506</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22507</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22508</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22509</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22510</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22511</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22512</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22513</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22514</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22515</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22516</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22517</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22518</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22519</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22520</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22521</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22522</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22523</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22524</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22525</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22526</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22527</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22528</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22529</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22530</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22531</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22532</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22533</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22534</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22535</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22536</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22537</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22538</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22539</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22540</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22541</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22542</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22543</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22544</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22545</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22546</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22547</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22548</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22549</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22550</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22551</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22552</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22553</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22554</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22555</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22556</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22557</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22558</ID>
                                                      <Description>"Spell [23]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22559</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22560</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22561</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22562</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22563</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22564</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22565</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22566</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22567</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22568</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22569</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22570</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22571</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22572</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22573</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22574</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22575</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22576</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22577</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22578</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22579</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22580</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22581</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22582</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22583</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22584</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22585</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22586</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22587</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22588</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22589</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22590</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22591</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22592</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22593</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22594</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22595</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22596</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22597</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22598</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22599</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22600</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22601</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22602</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22603</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22604</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22605</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22606</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22607</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22608</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22609</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22610</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22611</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22612</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22613</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22614</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22615</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22616</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22617</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22618</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22619</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22620</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22621</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22622</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22623</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22624</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22625</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22626</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22627</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22628</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22629</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22630</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22631</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22632</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22633</ID>
                                                      <Description>"Spell [24]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22634</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22635</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22636</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22637</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22638</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22639</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22640</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22641</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22642</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22643</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22644</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22645</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22646</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22647</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22648</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22649</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22650</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22651</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22652</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22653</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22654</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22655</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22656</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22657</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22658</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22659</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22660</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22661</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22662</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22663</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22664</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22665</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22666</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22667</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22668</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22669</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22670</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22671</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22672</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22673</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22674</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22675</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22676</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22677</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22678</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22679</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22680</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22681</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22682</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22683</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22684</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22685</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22686</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22687</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22688</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22689</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22690</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22691</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22692</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22693</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22694</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22695</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22696</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22697</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22698</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22699</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22700</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22701</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22702</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22703</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22704</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22705</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22706</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22707</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>22708</ID>
                                                      <Description>"Spell [25]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>22709</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22710</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22711</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22712</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22713</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>22714</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22715</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22716</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22717</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22718</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22719</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22720</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22721</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22722</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22723</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22724</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22725</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22726</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22727</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22728</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22729</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22730</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22731</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22732</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22733</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22734</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22735</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22736</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22737</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22738</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22739</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22740</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22741</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22742</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22743</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22744</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22745</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22746</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22747</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22748</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22749</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22750</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22751</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22752</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22753</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22754</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22755</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22756</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22757</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22758</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22759</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22760</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22761</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22762</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22763</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>22764</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22765</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22766</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22767</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22768</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22769</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22770</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22771</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22772</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22773</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22774</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22775</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22776</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22777</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22778</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22779</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22780</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22781</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>22782</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22783</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22784</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22785</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22786</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22787</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>22788</ID>
                                  <Description>"Character Pointers"</Description>
                                  <Options moHideChildren="1"/>
                                  <GroupHeader>1</GroupHeader>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>22789</ID>
                                      <Description>"guid"</Description>
                                      <VariableType>8 Bytes</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22790</ID>
                                      <Description>"matchingInterruption"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22791</ID>
                                      <Description>"matchingCancellingCondition"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D1</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22792</ID>
                                      <Description>"&lt;IsCorruptedPostLoad&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D2</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22793</ID>
                                      <Description>"&lt;PostLoaded&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D3</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22794</ID>
                                      <Description>"currentHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22795</ID>
                                      <Description>"sizeParams"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22796</ID>
                                      <Description>"sortIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22797</ID>
                                      <Description>"side"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22798</ID>
                                      <Description>"forceAutoBehavior"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+608</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22799</ID>
                                      <Description>"isRemovedFromTheGame"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+609</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22800</ID>
                                      <Description>"isDeadOrDyingOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60A</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22801</ID>
                                      <Description>"isDeadOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60B</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22802</ID>
                                      <Description>"isDeadOrDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22803</ID>
                                      <Description>"isDead"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22804</ID>
                                      <Description>"isDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22805</ID>
                                      <Description>"isUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22806</ID>
                                      <Description>"isIncapacitated"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+610</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22807</ID>
                                      <Description>"hasAccessToTreasury"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+611</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22808</ID>
                                      <Description>"deathSaveSuccesses"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+614</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22809</ID>
                                      <Description>"deathSaveFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+618</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22810</ID>
                                      <Description>"timeOfDeath"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+61C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22811</ID>
                                      <Description>"regenerationLapse"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+620</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22812</ID>
                                      <Description>"hasRegeneration"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+624</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22813</ID>
                                      <Description>"concentratedSpellIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+628</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22814</ID>
                                      <Description>"shouldClearOverridenFactionFromCharmSpells"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+62C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22815</ID>
                                      <Description>"usedChannelDivinity"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+630</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22816</ID>
                                      <Description>"usedHealingPool"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+634</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22817</ID>
                                      <Description>"usedIndomitableResistances"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+638</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22818</ID>
                                      <Description>"selectedFlurryOfBlowsMode"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+63C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22819</ID>
                                      <Description>"usedSorceryPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+640</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22820</ID>
                                      <Description>"usedRagePoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+644</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22821</ID>
                                      <Description>"usedKiPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+648</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22822</ID>
                                      <Description>"usedBindChain"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+64C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22823</ID>
                                      <Description>"usedBardicInspiration"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+650</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22824</ID>
                                      <Description>"isMetamagicToggled"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+654</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22825</ID>
                                      <Description>"autoActivatingPower"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+655</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22826</ID>
                                      <Description>"maxSenseRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+658</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22827</ID>
                                      <Description>"maxJumpRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+65C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22828</ID>
                                      <Description>"maxClimbRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+660</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22829</ID>
                                      <Description>"usedMainAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+664</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22830</ID>
                                      <Description>"usedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+668</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22831</ID>
                                      <Description>"wieldingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+66C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22832</ID>
                                      <Description>"carryingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+670</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22833</ID>
                                      <Description>"visionHeightFactor"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+674</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22834</ID>
                                      <Description>"visionHeight"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+678</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22835</ID>
                                      <Description>"minSizeDifferenceToGoThroughEnemy"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+67C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22836</ID>
                                      <Description>"motionRangeFlags"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+680</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22837</ID>
                                      <Description>"maxJumpType"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+684</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22838</ID>
                                      <Description>"impairedSight"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+685</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22839</ID>
                                      <Description>"executedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+688</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22840</ID>
                                      <Description>"executedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+68C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22841</ID>
                                      <Description>"usedKnockOutImmunityPerLongRest"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+690</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22842</ID>
                                      <Description>"&lt;LastInitiativeRoll&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+694</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22843</ID>
                                      <Description>"&lt;LastInitiativeModifier&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+698</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22844</ID>
                                      <Description>"temporaryHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+69C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22845</ID>
                                      <Description>"sex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22846</ID>
                                      <Description>"pronoun"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22847</ID>
                                      <Description>"attunementCapital"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+938</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22848</ID>
                                      <Description>"needsAttributeModifiersPostLoadFix"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22849</ID>
                                      <Description>"&lt;IgnoreEquipmentOnAbilityScores&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22850</ID>
                                      <Description>"&lt;NeedsReplaceDruidKindredSpiritTigerSummoningPower&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22851</ID>
                                      <Description>"builtIn"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22852</ID>
                                      <Description>"editorOnly"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+940</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22853</ID>
                                      <Description>"refreshing"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+941</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22854</ID>
                                      <Description>"lastLongRestDay"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+944</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22855</ID>
                                      <Description>"remainingSleepTime"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+948</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22856</ID>
                                      <Description>"successfulAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+94C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22857</ID>
                                      <Description>"failedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+950</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22858</ID>
                                      <Description>"criticalHits"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+954</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22859</ID>
                                      <Description>"criticalFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+958</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22860</ID>
                                      <Description>"inflictedDamage"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+95C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22861</ID>
                                      <Description>"slainEnemies"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+960</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22862</ID>
                                      <Description>"sustainedInjuries"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+964</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22863</ID>
                                      <Description>"restoredHealth"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+968</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22864</ID>
                                      <Description>"usedMagicAndPowers"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+96C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22865</ID>
                                      <Description>"knockOuts"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+970</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22866</ID>
                                      <Description>"travelledCells"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+974</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22867</ID>
                                      <Description>"earnedXP"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+978</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>22868</ID>
                          <Description>"Character [3]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>0</Offset>
                            <Offset>38</Offset>
                            <Offset>10</Offset>
                            <Offset>10</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>22869</ID>
                              <Description>"rulesetCharacter"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+10</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>22870</ID>
                                  <Description>"name"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+718</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>22871</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22872</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>22873</ID>
                                  <Description>"surName"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+720</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>22874</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>22875</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>22876</ID>
                                  <Description>"Attributes"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+10</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>22877</ID>
                                      <Description>"Stats"</Description>
                                      <Options moHideChildren="1"/>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+18</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>22878</ID>
                                          <Description>"Strength"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+30</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22879</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22880</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22881</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22882</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22883</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22884</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22885</ID>
                                          <Description>"Dex"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+48</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22886</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22887</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22888</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22889</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22890</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22891</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22892</ID>
                                          <Description>"Con"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+60</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22893</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22894</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22895</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22896</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22897</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22898</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22899</ID>
                                          <Description>"Int"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+78</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22900</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22901</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22902</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22903</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22904</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22905</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22906</ID>
                                          <Description>"Wis"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+90</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22907</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22908</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22909</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22910</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22911</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22912</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22913</ID>
                                          <Description>"Cha"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+a8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22914</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22915</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22916</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22917</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22918</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22919</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22920</ID>
                                          <Description>"Armor Class"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+c0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22921</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22922</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22923</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22924</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22925</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22926</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22927</ID>
                                          <Description>"Initiative"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+d8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22928</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22929</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22930</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22931</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22932</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22933</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22934</ID>
                                          <Description>"Hit Points"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+f0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22935</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22936</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22937</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22938</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22939</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22940</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22941</ID>
                                          <Description>"CriticalThreshold"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22942</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22943</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22944</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22945</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22946</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22947</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22948</ID>
                                          <Description>"CharacterLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+120</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22949</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22950</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22951</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22952</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22953</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22954</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22955</ID>
                                          <Description>"Experience"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+138</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22956</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22957</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22958</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22959</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22960</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22961</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22962</ID>
                                          <Description>"HitPointBonusPerLevel"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+150</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22963</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22964</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22965</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22966</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22967</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22968</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22969</ID>
                                          <Description>"ProficiencyBonus"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+168</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22970</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22971</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22972</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22973</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22974</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22975</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22976</ID>
                                          <Description>"AttacksNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+180</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22977</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22978</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22979</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22980</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22981</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22982</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22983</ID>
                                          <Description>"ChannelDivinityNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+198</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22984</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22985</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22986</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22987</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22988</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22989</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22990</ID>
                                          <Description>"HealingPool"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1b0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22991</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22992</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22993</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22994</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22995</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22996</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>22997</ID>
                                          <Description>"SorceryPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1c8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>22998</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>22999</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23000</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23001</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23002</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23003</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23004</ID>
                                          <Description>"RagePoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1e0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23005</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23006</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23007</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23008</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23009</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23010</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23011</ID>
                                          <Description>"RageDamage"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+1f8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23012</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23013</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23014</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23015</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23016</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23017</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23018</ID>
                                          <Description>"IndomitableResistances"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+210</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23019</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23020</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23021</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23022</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23023</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23024</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23025</ID>
                                          <Description>"BrutalCriticalDice"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+228</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23026</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23027</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23028</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23029</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23030</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23031</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23032</ID>
                                          <Description>"RelentlessRageDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+240</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23033</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23034</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23035</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23036</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23037</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23038</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23039</ID>
                                          <Description>"FrenzyExhaustionDC"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+258</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23040</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23041</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23042</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23043</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23044</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23045</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23046</ID>
                                          <Description>"KiPoints"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+270</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23047</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23048</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23049</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23050</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23051</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23052</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23053</ID>
                                          <Description>"BindChainNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+288</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23054</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23055</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23056</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23057</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23058</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23059</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23060</ID>
                                          <Description>"BardicInspirationNumber"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2A0</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23061</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23062</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23063</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23064</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23065</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23066</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>23067</ID>
                                          <Description>"BardicInspirationDie"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+2B8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23068</ID>
                                              <Description>"baseValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23069</ID>
                                              <Description>"minValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23070</ID>
                                              <Description>"maxValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+60</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23071</ID>
                                              <Description>"maxEditableValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+64</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23072</ID>
                                              <Description>"currentValue"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+68</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>23073</ID>
                                              <Description>"upToDate"</Description>
                                              <VariableType>Byte</VariableType>
                                              <Address>+6C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>23074</ID>
                                  <Description>"voiceID"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+728</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>23075</ID>
                                      <Description>"Length"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>23076</ID>
                                      <Description>"Value"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>String</VariableType>
                                      <Length>128</Length>
                                      <Unicode>1</Unicode>
                                      <CodePage>0</CodePage>
                                      <ZeroTerminate>1</ZeroTerminate>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>23077</ID>
                                  <Description>"spellRepertoires"</Description>
                                  <Options moHideChildren="1"/>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+2c0</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>23078</ID>
                                      <Description>"Spell - Depending on your character"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+10</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>23079</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+20</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>23080</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>23081</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>23082</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23083</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23084</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23085</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23086</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23087</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23088</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23089</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23090</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23091</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23092</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23093</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23094</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23095</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23096</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23097</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23098</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23099</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23100</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23101</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23102</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23103</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23104</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23105</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23106</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23107</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23108</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23109</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23110</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23111</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23112</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23113</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23114</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23115</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23116</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23117</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23118</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23119</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23120</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23121</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23122</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23123</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23124</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23125</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23126</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23127</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23128</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23129</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23130</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23131</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23132</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23133</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23134</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23135</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23136</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23137</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23138</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23139</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23140</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23141</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23142</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23143</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23144</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23145</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23146</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23147</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23148</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23149</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23150</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23151</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23152</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23153</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23154</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23155</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23156</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23157</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23158</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23159</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23160</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23161</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23162</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23163</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23164</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23165</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23166</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23167</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23168</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23169</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23170</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23171</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23172</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23173</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23174</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23175</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23176</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23177</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23178</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23179</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23180</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23181</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23182</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23183</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23184</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23185</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23186</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23187</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23188</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23189</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23190</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23191</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23192</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23193</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23194</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23195</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23196</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23197</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23198</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23199</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23200</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23201</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23202</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23203</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23204</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23205</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23206</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23207</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23208</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23209</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23210</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23211</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23212</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23213</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23214</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23215</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23216</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23217</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23218</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23219</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23220</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23221</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23222</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23223</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23224</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23225</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23226</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23227</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23228</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23229</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23230</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23231</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23232</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23233</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23234</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23235</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23236</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23237</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23238</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23239</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23240</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23241</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23242</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23243</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23244</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23245</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23246</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23247</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23248</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23249</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23250</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23251</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23252</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23253</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23254</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23255</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23256</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23257</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23258</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23259</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23260</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23261</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23262</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23263</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23264</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23265</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23266</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23267</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23268</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23269</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23270</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23271</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23272</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23273</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23274</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23275</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23276</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23277</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23278</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23279</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23280</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23281</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23282</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23283</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23284</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23285</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23286</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23287</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23288</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23289</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23290</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23291</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23292</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23293</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23294</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23295</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23296</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23297</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23298</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23299</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23300</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23301</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23302</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23303</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23304</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23305</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23306</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23307</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23308</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23309</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23310</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23311</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23312</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23313</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23314</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23315</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23316</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23317</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23318</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23319</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23320</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23321</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23322</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23323</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23324</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23325</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23326</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23327</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23328</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23329</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23330</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23331</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23332</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23333</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23334</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23335</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23336</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23337</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23338</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23339</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23340</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23341</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23342</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23343</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23344</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23345</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23346</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23347</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23348</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23349</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23350</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23351</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23352</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23353</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23354</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23355</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23356</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23357</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23358</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23359</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23360</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23361</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23362</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23363</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23364</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23365</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23366</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23367</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23368</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23369</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23370</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23371</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23372</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23373</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23374</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23375</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23376</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23377</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23378</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23379</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23380</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23381</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23382</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23383</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23384</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23385</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23386</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23387</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23388</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23389</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23390</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23391</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23392</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23393</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23394</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23395</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23396</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23397</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23398</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23399</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23400</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23401</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23402</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23403</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23404</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23405</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23406</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23407</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23408</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23409</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23410</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23411</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23412</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23413</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23414</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23415</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23416</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23417</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23418</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23419</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23420</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23421</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23422</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23423</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23424</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23425</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23426</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23427</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23428</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23429</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23430</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23431</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23432</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23433</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23434</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23435</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23436</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23437</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23438</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23439</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23440</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23441</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23442</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23443</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23444</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23445</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23446</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23447</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23448</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23449</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23450</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23451</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23452</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23453</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23454</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23455</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23456</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23457</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23458</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23459</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23460</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23461</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23462</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23463</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23464</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23465</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23466</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23467</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23468</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23469</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23470</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23471</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23472</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23473</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23474</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23475</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23476</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23477</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23478</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23479</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23480</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23481</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23482</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23483</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23484</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23485</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23486</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23487</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23488</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23489</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23490</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23491</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23492</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23493</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23494</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23495</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23496</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23497</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23498</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23499</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23500</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23501</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23502</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23503</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23504</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23505</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23506</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23507</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23508</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23509</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23510</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23511</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23512</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23513</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23514</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23515</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23516</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23517</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23518</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23519</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23520</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23521</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23522</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23523</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23524</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23525</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23526</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23527</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23528</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23529</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23530</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23531</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23532</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23533</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23534</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23535</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23536</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23537</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23538</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23539</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23540</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23541</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23542</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23543</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23544</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23545</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23546</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23547</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23548</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23549</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23550</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23551</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23552</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23553</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23554</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23555</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23556</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23557</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23558</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23559</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23560</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23561</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23562</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23563</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23564</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23565</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23566</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23567</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23568</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23569</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23570</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23571</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23572</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23573</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23574</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23575</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23576</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23577</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23578</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23579</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23580</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23581</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23582</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23583</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23584</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23585</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23586</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23587</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23588</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23589</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23590</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23591</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23592</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23593</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23594</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23595</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23596</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23597</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23598</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23599</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23600</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23601</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23602</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23603</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23604</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23605</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23606</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23607</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23608</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23609</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23610</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23611</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23612</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23613</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23614</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23615</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23616</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23617</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23618</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23619</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23620</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23621</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23622</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23623</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23624</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23625</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23626</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23627</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23628</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23629</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23630</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23631</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23632</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23633</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23634</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23635</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23636</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23637</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23638</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23639</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23640</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23641</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23642</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23643</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23644</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23645</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23646</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23647</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23648</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23649</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23650</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23651</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23652</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23653</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23654</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23655</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23656</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23657</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23658</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23659</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23660</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23661</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23662</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23663</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23664</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23665</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23666</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23667</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23668</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23669</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23670</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23671</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23672</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23673</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23674</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23675</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23676</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23677</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23678</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23679</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23680</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23681</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23682</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23683</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23684</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23685</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23686</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23687</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23688</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23689</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23690</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23691</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23692</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23693</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23694</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23695</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23696</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23697</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23698</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23699</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23700</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23701</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23702</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23703</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23704</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23705</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23706</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23707</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23708</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23709</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23710</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23711</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23712</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23713</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23714</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23715</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23716</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23717</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23718</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23719</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23720</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23721</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23722</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23723</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23724</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23725</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23726</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23727</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23728</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23729</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23730</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23731</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23732</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23733</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23734</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23735</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23736</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23737</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23738</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23739</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23740</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23741</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23742</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23743</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23744</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23745</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23746</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23747</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23748</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23749</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23750</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23751</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23752</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23753</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23754</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23755</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23756</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23757</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23758</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23759</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23760</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23761</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23762</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23763</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23764</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23765</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23766</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23767</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23768</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23769</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23770</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23771</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23772</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23773</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23774</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23775</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23776</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23777</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23778</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23779</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23780</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23781</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23782</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23783</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23784</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23785</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23786</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23787</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23788</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23789</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23790</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23791</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23792</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23793</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23794</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23795</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23796</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23797</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23798</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23799</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23800</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23801</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23802</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23803</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23804</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23805</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23806</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23807</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23808</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23809</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23810</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23811</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23812</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23813</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23814</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23815</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23816</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23817</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23818</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23819</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23820</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23821</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23822</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23823</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23824</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23825</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23826</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23827</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23828</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23829</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23830</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23831</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23832</ID>
                                                      <Description>"Spell [30]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23833</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23834</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23835</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23836</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23837</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23838</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23839</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23840</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23841</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23842</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23843</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23844</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23845</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23846</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23847</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23848</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23849</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23850</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23851</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23852</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23853</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23854</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23855</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23856</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23857</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23858</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23859</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23860</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23861</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23862</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23863</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23864</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23865</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23866</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23867</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23868</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23869</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23870</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23871</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23872</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23873</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23874</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23875</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23876</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23877</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23878</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23879</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23880</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23881</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23882</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23883</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23884</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23885</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23886</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23887</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23888</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23889</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23890</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23891</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23892</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23893</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23894</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23895</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23896</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23897</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23898</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23899</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23900</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23901</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23902</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23903</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23904</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23905</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23906</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23907</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23908</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23909</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23910</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23911</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23912</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23913</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23914</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23915</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23916</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23917</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23918</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23919</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23920</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23921</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23922</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23923</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23924</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23925</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23926</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23927</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23928</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23929</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23930</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23931</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23932</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23933</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23934</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23935</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23936</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23937</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23938</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23939</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23940</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23941</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23942</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23943</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23944</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23945</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23946</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23947</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23948</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23949</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23950</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23951</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23952</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23953</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23954</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23955</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23956</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23957</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23958</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23959</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23960</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23961</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23962</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23963</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23964</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23965</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23966</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23967</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23968</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23969</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23970</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23971</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23972</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23973</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23974</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23975</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23976</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23977</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23978</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23979</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23980</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23981</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>23982</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>23983</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23984</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23985</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23986</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>23987</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>23988</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23989</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23990</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23991</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23992</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23993</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23994</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23995</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23996</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23997</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23998</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>23999</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24000</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24001</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24002</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24003</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24004</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24005</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24006</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24007</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24008</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24009</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24010</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24011</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24012</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24013</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24014</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24015</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24016</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24017</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24018</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24019</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24020</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24021</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24022</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24023</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24024</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24025</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24026</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24027</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24028</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24029</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24030</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24031</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24032</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24033</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24034</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24035</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24036</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24037</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24038</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24039</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24040</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24041</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24042</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24043</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24044</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24045</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24046</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24047</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24048</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24049</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24050</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24051</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24052</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24053</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24054</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24055</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24056</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24057</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24058</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24059</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24060</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24061</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24062</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24063</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24064</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24065</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24066</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24067</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24068</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24069</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24070</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24071</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24072</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24073</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24074</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24075</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24076</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24077</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24078</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24079</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24080</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24081</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24082</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24083</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24084</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24085</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24086</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24087</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24088</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24089</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24090</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24091</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24092</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24093</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24094</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24095</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24096</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24097</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24098</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24099</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24100</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24101</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24102</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24103</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24104</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24105</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24106</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24107</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24108</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24109</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24110</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24111</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24112</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24113</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24114</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24115</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24116</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24117</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24118</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24119</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24120</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24121</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24122</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24123</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24124</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24125</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24126</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24127</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24128</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24129</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24130</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24131</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24132</ID>
                                                      <Description>"Spell [34]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24133</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24134</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24135</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24136</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24137</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24138</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24139</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24140</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24141</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24142</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24143</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24144</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24145</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24146</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24147</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24148</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24149</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24150</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24151</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24152</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24153</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24154</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24155</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24156</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24157</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24158</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24159</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24160</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24161</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24162</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24163</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24164</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24165</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24166</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24167</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24168</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24169</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24170</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24171</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24172</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24173</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24174</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24175</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24176</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24177</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24178</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24179</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24180</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24181</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24182</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24183</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24184</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24185</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24186</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24187</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24188</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24189</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24190</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24191</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24192</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24193</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24194</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24195</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24196</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24197</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24198</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24199</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24200</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24201</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24202</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24203</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24204</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24205</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24206</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24207</ID>
                                                      <Description>"Spell [35]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24208</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24209</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24210</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24211</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24212</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24213</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24214</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24215</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24216</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24217</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24218</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24219</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24220</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24221</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24222</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24223</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24224</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24225</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24226</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24227</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24228</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24229</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24230</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24231</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24232</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24233</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24234</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24235</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24236</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24237</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24238</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24239</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24240</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24241</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24242</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24243</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24244</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24245</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24246</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24247</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24248</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24249</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24250</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24251</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24252</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24253</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24254</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24255</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24256</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24257</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24258</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24259</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24260</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24261</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24262</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24263</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24264</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24265</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24266</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24267</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24268</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24269</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24270</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24271</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24272</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24273</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24274</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24275</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24276</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24277</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24278</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24279</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24280</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24281</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>24282</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>24283</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>24284</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24285</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24286</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24287</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24288</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24289</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24290</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24291</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24292</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24293</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24294</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24295</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24296</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24297</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24298</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24299</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24300</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24301</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24302</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24303</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24304</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24305</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24306</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24307</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24308</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24309</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24310</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24311</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24312</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24313</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24314</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24315</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24316</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24317</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24318</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24319</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24320</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24321</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24322</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24323</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24324</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24325</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24326</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24327</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24328</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24329</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24330</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24331</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24332</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24333</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24334</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24335</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24336</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24337</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24338</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24339</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24340</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24341</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24342</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24343</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24344</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24345</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24346</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24347</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24348</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24349</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24350</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24351</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24352</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24353</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24354</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24355</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24356</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24357</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24358</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24359</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24360</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24361</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24362</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24363</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24364</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24365</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24366</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24367</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24368</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24369</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24370</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24371</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24372</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24373</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24374</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24375</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24376</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24377</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24378</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24379</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24380</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24381</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24382</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24383</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24384</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24385</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24386</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24387</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24388</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24389</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24390</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24391</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24392</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24393</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24394</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24395</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24396</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24397</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24398</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24399</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24400</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24401</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24402</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24403</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24404</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24405</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24406</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24407</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24408</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24409</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24410</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24411</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24412</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24413</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24414</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24415</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24416</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24417</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24418</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24419</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24420</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24421</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24422</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24423</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24424</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24425</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24426</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24427</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24428</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24429</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24430</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24431</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24432</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24433</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24434</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24435</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24436</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24437</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24438</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24439</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24440</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24441</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24442</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24443</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24444</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24445</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24446</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24447</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24448</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24449</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24450</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24451</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24452</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24453</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24454</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24455</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24456</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24457</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24458</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24459</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24460</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24461</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24462</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24463</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24464</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24465</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24466</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24467</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24468</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24469</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24470</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24471</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24472</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24473</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24474</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24475</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24476</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24477</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24478</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24479</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24480</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24481</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24482</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24483</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24484</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24485</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24486</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24487</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24488</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24489</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24490</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24491</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24492</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24493</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24494</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24495</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24496</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24497</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24498</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24499</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24500</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24501</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24502</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24503</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24504</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24505</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24506</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24507</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24508</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24509</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24510</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24511</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24512</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24513</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24514</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24515</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24516</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24517</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24518</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24519</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24520</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24521</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24522</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24523</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24524</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24525</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24526</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24527</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24528</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24529</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24530</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24531</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24532</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24533</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24534</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24535</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24536</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24537</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24538</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24539</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24540</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24541</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24542</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24543</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24544</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24545</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24546</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24547</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24548</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24549</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24550</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24551</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24552</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24553</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24554</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24555</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24556</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24557</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24558</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24559</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24560</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24561</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24562</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24563</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24564</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24565</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24566</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24567</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24568</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24569</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24570</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24571</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24572</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24573</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24574</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24575</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24576</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24577</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24578</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24579</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24580</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24581</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24582</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24583</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24584</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24585</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24586</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24587</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24588</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24589</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24590</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24591</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24592</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24593</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24594</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24595</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24596</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24597</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24598</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24599</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24600</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24601</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24602</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24603</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24604</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24605</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24606</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24607</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24608</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24609</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24610</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24611</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24612</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24613</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24614</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24615</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24616</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24617</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24618</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24619</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24620</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24621</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24622</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24623</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24624</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24625</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24626</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24627</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24628</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24629</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24630</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24631</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24632</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24633</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24634</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24635</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24636</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24637</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24638</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24639</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24640</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24641</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24642</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24643</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24644</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24645</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24646</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24647</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24648</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24649</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24650</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24651</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24652</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24653</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24654</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24655</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24656</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24657</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24658</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24659</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24660</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24661</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24662</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24663</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24664</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24665</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24666</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24667</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24668</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24669</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24670</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24671</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24672</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24673</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24674</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24675</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24676</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24677</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24678</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24679</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24680</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24681</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24682</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24683</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24684</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24685</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24686</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24687</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24688</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24689</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24690</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24691</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24692</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24693</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24694</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24695</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24696</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24697</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24698</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24699</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24700</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24701</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24702</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24703</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24704</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24705</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24706</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24707</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24708</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24709</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24710</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24711</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24712</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24713</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24714</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24715</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24716</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24717</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24718</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24719</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24720</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24721</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24722</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24723</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24724</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24725</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24726</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24727</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24728</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24729</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24730</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24731</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24732</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24733</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24734</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24735</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24736</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24737</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24738</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24739</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24740</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24741</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24742</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24743</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24744</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24745</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24746</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24747</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24748</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24749</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24750</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24751</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24752</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24753</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24754</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24755</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24756</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24757</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24758</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24759</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24760</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24761</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24762</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24763</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24764</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24765</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24766</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24767</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24768</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24769</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24770</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24771</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24772</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24773</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24774</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24775</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24776</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24777</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24778</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24779</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24780</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24781</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24782</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24783</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24784</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24785</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24786</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24787</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24788</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24789</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24790</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24791</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24792</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24793</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24794</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24795</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24796</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24797</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24798</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24799</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24800</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24801</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24802</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24803</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24804</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24805</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24806</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24807</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24808</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24809</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24810</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24811</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24812</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24813</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24814</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24815</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24816</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24817</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24818</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24819</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24820</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24821</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24822</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24823</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24824</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24825</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24826</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24827</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24828</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24829</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24830</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24831</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24832</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24833</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24834</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24835</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24836</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24837</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24838</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24839</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24840</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24841</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24842</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24843</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24844</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24845</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24846</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24847</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24848</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24849</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24850</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24851</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24852</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24853</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24854</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24855</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24856</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24857</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24858</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24859</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24860</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24861</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24862</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24863</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24864</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24865</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24866</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24867</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24868</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24869</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24870</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24871</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24872</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24873</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24874</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24875</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24876</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24877</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24878</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24879</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24880</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24881</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24882</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24883</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24884</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24885</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24886</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24887</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24888</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24889</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24890</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24891</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24892</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24893</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24894</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24895</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24896</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24897</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24898</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24899</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24900</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24901</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24902</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24903</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24904</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24905</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24906</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24907</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24908</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24909</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24910</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24911</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24912</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24913</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24914</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24915</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24916</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24917</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24918</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24919</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24920</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24921</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24922</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24923</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24924</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24925</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24926</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24927</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24928</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24929</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24930</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24931</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24932</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24933</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24934</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24935</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24936</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24937</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24938</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24939</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24940</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24941</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24942</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24943</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24944</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24945</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24946</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24947</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24948</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24949</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24950</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24951</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24952</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24953</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24954</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24955</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24956</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24957</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24958</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>24959</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>24960</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24961</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24962</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24963</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>24964</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>24965</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24966</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24967</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24968</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24969</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24970</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24971</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24972</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24973</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24974</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24975</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24976</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24977</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24978</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24979</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24980</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24981</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24982</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24983</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24984</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24985</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24986</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24987</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24988</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24989</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24990</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24991</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24992</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24993</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24994</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24995</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24996</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24997</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24998</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>24999</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25000</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25001</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25002</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25003</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25004</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25005</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25006</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25007</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25008</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25009</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25010</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25011</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25012</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25013</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25014</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25015</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25016</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25017</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25018</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25019</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25020</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25021</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25022</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25023</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25024</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25025</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25026</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25027</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25028</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25029</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25030</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25031</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25032</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25033</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25034</ID>
                                                      <Description>"Spell [30]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25035</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25036</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25037</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25038</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25039</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25040</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25041</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25042</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25043</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25044</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25045</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25046</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25047</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25048</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25049</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25050</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25051</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25052</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25053</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25054</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25055</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25056</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25057</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25058</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25059</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25060</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25061</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25062</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25063</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25064</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25065</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25066</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25067</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25068</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25069</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25070</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25071</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25072</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25073</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25074</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25075</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25076</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25077</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25078</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25079</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25080</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25081</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25082</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25083</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25084</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25085</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25086</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25087</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25088</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25089</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25090</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25091</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25092</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25093</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25094</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25095</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25096</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25097</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25098</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25099</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25100</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25101</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25102</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25103</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25104</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25105</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25106</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25107</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25108</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25109</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25110</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25111</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25112</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25113</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25114</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25115</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25116</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25117</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25118</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25119</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25120</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25121</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25122</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25123</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25124</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25125</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25126</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25127</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25128</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25129</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25130</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25131</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25132</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25133</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25134</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25135</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25136</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25137</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25138</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25139</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25140</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25141</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25142</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25143</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25144</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25145</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25146</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25147</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25148</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25149</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25150</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25151</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25152</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25153</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25154</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25155</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25156</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25157</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25158</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25159</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25160</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25161</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25162</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25163</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25164</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25165</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25166</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25167</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25168</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25169</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25170</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25171</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25172</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25173</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25174</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25175</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25176</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25177</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25178</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25179</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25180</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25181</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25182</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25183</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25184</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25185</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25186</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25187</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25188</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25189</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25190</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25191</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25192</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25193</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25194</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25195</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25196</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25197</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25198</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25199</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25200</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25201</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25202</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25203</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25204</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25205</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25206</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25207</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25208</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25209</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25210</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25211</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25212</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25213</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25214</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25215</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25216</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25217</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25218</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25219</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25220</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25221</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25222</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25223</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25224</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25225</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25226</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25227</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25228</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25229</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25230</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25231</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25232</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25233</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25234</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25235</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25236</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25237</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25238</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25239</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25240</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25241</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25242</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25243</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25244</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25245</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25246</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25247</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25248</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25249</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25250</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25251</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25252</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25253</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25254</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25255</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25256</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25257</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25258</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25259</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25260</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25261</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25262</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25263</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25264</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25265</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25266</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25267</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25268</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25269</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25270</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25271</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25272</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25273</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25274</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25275</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25276</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25277</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25278</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25279</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25280</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25281</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25282</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25283</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25284</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25285</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25286</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25287</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25288</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25289</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25290</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25291</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25292</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25293</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25294</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25295</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25296</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25297</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25298</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25299</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25300</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25301</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25302</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25303</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25304</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25305</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25306</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25307</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25308</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25309</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25310</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25311</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25312</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25313</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25314</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25315</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25316</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25317</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25318</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25319</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25320</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25321</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25322</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25323</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25324</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25325</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25326</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25327</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25328</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25329</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25330</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25331</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25332</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25333</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25334</ID>
                                                      <Description>"Spell [34]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25335</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25336</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25337</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25338</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25339</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25340</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25341</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25342</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25343</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25344</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25345</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25346</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25347</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25348</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25349</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25350</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25351</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25352</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25353</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25354</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25355</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25356</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25357</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25358</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25359</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25360</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25361</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25362</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25363</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25364</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25365</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25366</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25367</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25368</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25369</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25370</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25371</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25372</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25373</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25374</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25375</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25376</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25377</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25378</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25379</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25380</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25381</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25382</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25383</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25384</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25385</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25386</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25387</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25388</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25389</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25390</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25391</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25392</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25393</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25394</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25395</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25396</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25397</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25398</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25399</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25400</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25401</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25402</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25403</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25404</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25405</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25406</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25407</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25408</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25409</ID>
                                                      <Description>"Spell [35]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25410</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25411</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25412</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25413</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25414</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25415</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25416</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25417</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25418</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25419</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25420</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25421</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25422</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25423</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25424</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25425</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25426</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25427</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25428</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25429</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25430</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25431</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25432</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25433</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25434</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25435</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25436</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25437</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25438</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25439</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25440</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25441</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25442</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25443</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25444</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25445</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25446</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25447</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25448</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25449</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25450</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25451</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25452</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25453</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25454</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25455</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25456</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25457</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25458</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25459</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25460</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25461</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25462</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25463</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25464</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25465</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25466</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25467</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25468</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25469</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25470</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25471</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25472</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25473</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25474</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25475</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25476</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25477</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25478</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25479</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25480</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25481</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25482</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25483</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>25484</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>25485</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>25486</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>25487</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>25488</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>25489</ID>
                                          <Description>"Class | Cantrips Spells"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+28</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>25490</ID>
                                              <Description>"knownCantrips"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+38</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>25491</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>25492</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25493</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25494</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25495</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25496</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25497</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25498</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25499</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25500</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25501</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25502</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25503</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25504</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25505</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25506</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25507</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25508</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25509</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25510</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25511</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25512</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25513</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25514</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25515</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25516</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25517</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25518</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25519</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25520</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25521</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25522</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25523</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25524</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25525</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25526</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25527</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25528</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25529</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25530</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25531</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25532</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25533</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25534</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25535</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25536</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25537</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25538</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25539</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25540</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25541</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25542</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25543</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25544</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25545</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25546</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25547</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25548</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25549</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25550</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25551</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25552</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25553</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25554</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25555</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25556</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25557</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25558</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25559</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25560</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25561</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25562</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25563</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25564</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25565</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25566</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25567</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25568</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25569</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25570</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25571</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25572</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25573</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25574</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25575</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25576</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25577</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25578</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25579</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25580</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25581</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25582</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25583</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25584</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25585</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25586</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25587</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25588</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25589</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25590</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25591</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25592</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25593</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25594</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25595</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25596</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25597</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25598</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25599</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25600</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25601</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25602</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25603</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25604</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25605</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25606</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25607</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25608</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25609</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25610</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25611</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25612</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25613</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25614</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25615</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25616</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25617</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25618</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25619</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25620</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25621</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25622</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25623</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25624</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25625</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25626</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25627</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25628</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25629</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25630</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25631</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25632</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25633</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25634</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25635</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25636</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25637</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25638</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25639</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25640</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25641</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25642</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25643</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25644</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25645</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25646</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25647</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25648</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25649</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25650</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25651</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25652</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25653</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25654</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25655</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25656</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25657</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25658</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25659</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25660</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25661</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25662</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25663</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25664</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25665</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25666</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25667</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25668</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25669</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25670</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25671</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25672</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25673</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25674</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25675</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25676</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25677</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25678</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25679</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25680</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25681</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25682</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25683</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25684</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25685</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25686</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25687</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25688</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25689</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25690</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25691</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25692</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25693</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25694</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25695</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25696</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25697</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25698</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25699</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25700</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25701</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25702</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25703</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25704</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25705</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25706</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25707</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25708</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25709</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25710</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25711</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25712</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25713</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25714</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25715</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25716</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25717</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25718</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25719</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25720</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25721</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25722</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25723</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25724</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25725</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25726</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25727</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25728</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25729</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25730</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25731</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25732</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25733</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25734</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25735</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25736</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25737</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25738</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25739</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25740</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25741</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25742</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25743</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25744</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25745</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25746</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25747</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25748</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25749</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25750</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25751</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25752</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25753</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25754</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25755</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25756</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25757</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25758</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25759</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25760</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25761</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25762</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25763</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25764</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25765</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25766</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25767</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25768</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25769</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25770</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25771</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25772</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25773</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25774</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25775</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25776</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25777</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25778</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25779</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25780</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25781</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25782</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25783</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25784</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25785</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25786</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25787</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25788</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25789</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25790</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25791</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25792</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25793</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25794</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25795</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25796</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25797</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25798</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25799</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25800</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25801</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25802</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25803</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25804</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25805</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25806</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25807</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25808</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25809</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25810</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25811</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25812</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25813</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25814</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25815</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25816</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25817</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25818</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25819</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25820</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25821</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25822</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25823</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25824</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25825</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25826</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25827</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25828</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25829</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25830</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25831</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25832</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25833</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25834</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25835</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25836</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25837</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25838</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25839</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25840</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25841</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25842</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25843</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25844</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25845</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25846</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25847</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25848</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25849</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25850</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25851</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25852</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25853</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25854</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25855</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25856</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25857</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25858</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25859</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25860</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25861</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25862</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25863</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25864</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25865</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25866</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25867</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25868</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25869</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25870</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25871</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25872</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25873</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25874</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25875</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25876</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25877</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25878</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25879</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25880</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25881</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25882</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25883</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25884</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25885</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25886</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25887</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25888</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25889</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25890</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25891</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25892</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25893</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25894</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25895</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25896</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25897</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25898</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25899</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25900</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25901</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25902</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25903</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25904</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25905</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25906</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25907</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25908</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25909</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25910</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25911</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25912</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25913</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25914</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25915</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25916</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25917</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25918</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25919</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25920</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25921</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25922</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25923</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25924</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25925</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25926</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25927</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25928</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25929</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25930</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25931</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25932</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25933</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25934</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25935</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25936</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25937</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25938</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25939</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25940</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25941</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>25942</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>25943</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25944</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25945</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25946</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25947</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>25948</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25949</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25950</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25951</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25952</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25953</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25954</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25955</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25956</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25957</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25958</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25959</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25960</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25961</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25962</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25963</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25964</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25965</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25966</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25967</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25968</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25969</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25970</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25971</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25972</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25973</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25974</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25975</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25976</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25977</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25978</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25979</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25980</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25981</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25982</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25983</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25984</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25985</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25986</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25987</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25988</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25989</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25990</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25991</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25992</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25993</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25994</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25995</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25996</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25997</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>25998</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>25999</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26000</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26001</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26002</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26003</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26004</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26005</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26006</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26007</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26008</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26009</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26010</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26011</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26012</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26013</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26014</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26015</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26016</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26017</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26018</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26019</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26020</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26021</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26022</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26023</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26024</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26025</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26026</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26027</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26028</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26029</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26030</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26031</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26032</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26033</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26034</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26035</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26036</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26037</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26038</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26039</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26040</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26041</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26042</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26043</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26044</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26045</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26046</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26047</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26048</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26049</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26050</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26051</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26052</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26053</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26054</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26055</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26056</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26057</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26058</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26059</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26060</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26061</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26062</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26063</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26064</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26065</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26066</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26067</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26068</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26069</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26070</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26071</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26072</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26073</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26074</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26075</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26076</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26077</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26078</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26079</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26080</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26081</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26082</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26083</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26084</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26085</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26086</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26087</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26088</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26089</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26090</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26091</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26092</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26093</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26094</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26095</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26096</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26097</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26098</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26099</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26100</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26101</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26102</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26103</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26104</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26105</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26106</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26107</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26108</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26109</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26110</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26111</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26112</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26113</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26114</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26115</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26116</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26117</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26118</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26119</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26120</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26121</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26122</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26123</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26124</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26125</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26126</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26127</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26128</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26129</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26130</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26131</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26132</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26133</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26134</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26135</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26136</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26137</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26138</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26139</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26140</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26141</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26142</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26143</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26144</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26145</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26146</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26147</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26148</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26149</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26150</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26151</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26152</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26153</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26154</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26155</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26156</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26157</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26158</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26159</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26160</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26161</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26162</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26163</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26164</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26165</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26166</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26167</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26168</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26169</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26170</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26171</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26172</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26173</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26174</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26175</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26176</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26177</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26178</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26179</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26180</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26181</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26182</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26183</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26184</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26185</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26186</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26187</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26188</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26189</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26190</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26191</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26192</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26193</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26194</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26195</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26196</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26197</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26198</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26199</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26200</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26201</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26202</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26203</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26204</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26205</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26206</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26207</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26208</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26209</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26210</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26211</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26212</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26213</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26214</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26215</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26216</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26217</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26218</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26219</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26220</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26221</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26222</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26223</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26224</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26225</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26226</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26227</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26228</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26229</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26230</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26231</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26232</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26233</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26234</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26235</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26236</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26237</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26238</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26239</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26240</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26241</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26242</ID>
                                                      <Description>"Spell [30]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26243</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26244</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26245</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26246</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26247</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26248</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26249</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26250</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26251</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26252</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26253</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26254</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26255</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26256</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26257</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26258</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26259</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26260</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26261</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26262</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26263</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26264</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26265</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26266</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26267</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26268</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26269</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26270</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26271</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26272</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26273</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26274</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26275</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26276</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26277</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26278</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26279</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26280</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26281</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26282</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26283</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26284</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26285</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26286</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26287</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26288</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26289</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26290</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26291</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26292</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26293</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26294</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26295</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26296</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26297</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26298</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26299</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26300</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26301</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26302</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26303</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26304</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26305</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26306</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26307</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26308</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26309</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26310</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26311</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26312</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26313</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26314</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26315</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26316</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26317</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26318</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26319</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26320</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26321</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26322</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26323</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26324</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26325</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26326</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26327</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26328</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26329</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26330</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26331</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26332</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26333</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26334</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26335</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26336</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26337</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26338</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26339</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26340</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26341</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26342</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26343</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26344</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26345</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26346</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26347</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26348</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26349</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26350</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26351</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26352</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26353</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26354</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26355</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26356</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26357</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26358</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26359</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26360</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26361</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26362</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26363</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26364</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26365</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26366</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26367</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26368</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26369</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26370</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26371</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26372</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26373</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26374</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26375</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26376</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26377</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26378</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26379</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26380</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26381</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26382</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26383</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26384</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26385</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26386</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26387</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26388</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26389</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26390</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26391</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26392</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26393</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26394</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26395</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26396</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26397</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26398</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26399</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26400</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26401</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26402</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26403</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26404</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26405</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26406</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26407</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26408</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26409</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26410</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26411</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26412</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26413</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26414</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26415</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26416</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26417</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26418</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26419</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26420</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26421</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26422</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26423</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26424</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26425</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26426</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26427</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26428</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26429</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26430</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26431</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26432</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26433</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26434</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26435</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26436</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26437</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26438</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26439</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26440</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26441</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26442</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26443</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26444</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26445</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26446</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26447</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26448</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26449</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26450</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26451</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26452</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26453</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26454</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26455</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26456</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26457</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26458</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26459</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26460</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26461</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26462</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26463</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26464</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26465</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26466</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26467</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26468</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26469</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26470</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26471</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26472</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26473</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26474</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26475</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26476</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26477</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26478</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26479</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26480</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26481</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26482</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26483</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26484</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26485</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26486</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26487</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26488</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26489</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26490</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26491</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26492</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26493</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26494</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26495</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26496</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26497</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26498</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26499</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26500</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26501</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26502</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26503</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26504</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26505</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26506</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26507</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26508</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26509</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26510</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26511</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26512</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26513</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26514</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26515</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26516</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26517</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26518</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26519</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26520</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26521</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26522</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26523</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26524</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26525</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26526</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26527</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26528</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26529</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26530</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26531</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26532</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26533</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26534</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26535</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26536</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26537</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26538</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26539</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26540</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26541</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26542</ID>
                                                      <Description>"Spell [34]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26543</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26544</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26545</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26546</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26547</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26548</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26549</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26550</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26551</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26552</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26553</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26554</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26555</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26556</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26557</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26558</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26559</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26560</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26561</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26562</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26563</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26564</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26565</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26566</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26567</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26568</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26569</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26570</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26571</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26572</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26573</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26574</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26575</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26576</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26577</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26578</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26579</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26580</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26581</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26582</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26583</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26584</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26585</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26586</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26587</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26588</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26589</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26590</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26591</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26592</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26593</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26594</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26595</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26596</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26597</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26598</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26599</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26600</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26601</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26602</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26603</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26604</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26605</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26606</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26607</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26608</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26609</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26610</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26611</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26612</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26613</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26614</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26615</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26616</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26617</ID>
                                                      <Description>"Spell [35]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26618</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26619</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26620</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26621</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26622</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26623</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26624</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26625</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26626</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26627</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26628</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26629</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26630</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26631</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26632</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26633</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26634</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26635</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26636</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26637</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26638</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26639</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26640</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26641</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26642</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26643</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26644</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26645</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26646</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26647</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26648</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26649</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26650</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26651</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26652</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26653</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26654</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26655</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26656</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26657</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26658</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26659</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26660</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26661</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26662</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26663</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26664</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26665</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26666</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26667</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26668</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26669</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26670</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26671</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26672</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26673</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26674</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26675</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26676</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26677</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26678</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26679</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26680</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26681</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26682</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26683</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26684</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26685</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26686</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26687</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26688</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26689</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26690</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26691</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>26692</ID>
                                              <Description>"knownSpells"</Description>
                                              <Options moHideChildren="1"/>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <GroupHeader>1</GroupHeader>
                                              <Address>+40</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>26693</ID>
                                                  <Description>"Spell List"</Description>
                                                  <Options moHideChildren="1"/>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <GroupHeader>1</GroupHeader>
                                                  <Address>+10</Address>
                                                  <Offsets>
                                                    <Offset>0</Offset>
                                                  </Offsets>
                                                  <CheatEntries>
                                                    <CheatEntry>
                                                      <ID>26694</ID>
                                                      <Description>"Spell [0]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+20</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26695</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26696</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26697</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26698</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26699</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26700</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26701</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26702</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26703</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26704</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26705</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26706</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26707</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26708</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26709</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26710</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26711</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26712</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26713</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26714</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26715</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26716</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26717</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26718</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26719</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26720</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26721</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26722</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26723</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26724</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26725</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26726</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26727</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26728</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26729</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26730</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26731</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26732</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26733</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26734</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26735</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26736</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26737</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26738</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26739</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26740</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26741</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26742</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26743</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26744</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26745</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26746</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26747</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26748</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26749</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26750</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26751</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26752</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26753</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26754</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26755</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26756</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26757</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26758</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26759</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26760</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26761</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26762</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26763</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26764</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26765</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26766</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26767</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26768</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26769</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+28</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26770</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26771</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26772</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26773</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26774</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26775</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26776</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26777</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26778</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26779</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26780</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26781</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26782</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26783</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26784</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26785</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26786</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26787</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26788</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26789</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26790</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26791</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26792</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26793</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26794</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26795</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26796</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26797</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26798</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26799</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26800</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26801</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26802</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26803</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26804</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26805</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26806</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26807</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26808</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26809</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26810</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26811</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26812</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26813</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26814</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26815</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26816</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26817</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26818</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26819</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26820</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26821</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26822</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26823</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26824</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26825</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26826</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26827</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26828</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26829</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26830</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26831</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26832</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26833</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26834</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26835</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26836</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26837</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26838</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26839</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26840</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26841</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26842</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26843</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26844</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+30</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26845</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26846</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26847</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26848</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26849</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26850</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26851</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26852</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26853</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26854</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26855</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26856</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26857</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26858</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26859</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26860</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26861</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26862</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26863</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26864</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26865</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26866</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26867</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26868</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26869</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26870</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26871</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26872</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26873</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26874</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26875</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26876</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26877</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26878</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26879</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26880</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26881</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26882</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26883</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26884</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26885</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26886</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26887</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26888</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26889</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26890</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26891</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26892</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26893</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26894</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26895</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26896</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26897</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26898</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26899</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26900</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26901</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26902</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26903</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26904</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26905</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26906</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26907</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26908</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26909</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26910</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26911</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26912</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26913</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26914</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26915</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26916</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26917</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26918</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26919</ID>
                                                      <Description>"Spell [3]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+38</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26920</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26921</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26922</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26923</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26924</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26925</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26926</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26927</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26928</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26929</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26930</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26931</ID>
                                                              <Description>"targetParameter3"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26932</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26933</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26934</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26935</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26936</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26937</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26938</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26939</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26940</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26941</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26942</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26943</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26944</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26945</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26946</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26947</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26948</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26949</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26950</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26951</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26952</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26953</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26954</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26955</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26956</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26957</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26958</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26959</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26960</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26961</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26962</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26963</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26964</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26965</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26966</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26967</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26968</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26969</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26970</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26971</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26972</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26973</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26974</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>26975</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26976</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26977</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26978</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26979</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26980</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26981</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26982</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26983</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26984</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26985</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26986</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26987</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26988</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26989</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26990</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26991</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26992</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26993</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>26994</ID>
                                                      <Description>"Spell [4]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+40</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>26995</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26996</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26997</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>26998</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>26999</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27000</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27001</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27002</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27003</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27004</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27005</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27006</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27007</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27008</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27009</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27010</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27011</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27012</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27013</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27014</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27015</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27016</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27017</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27018</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27019</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27020</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27021</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27022</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27023</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27024</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27025</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27026</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27027</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27028</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27029</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27030</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27031</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27032</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27033</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27034</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27035</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27036</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27037</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27038</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27039</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27040</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27041</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27042</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27043</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27044</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27045</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27046</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27047</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27048</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27049</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27050</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27051</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27052</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27053</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27054</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27055</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27056</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27057</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27058</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27059</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27060</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27061</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27062</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27063</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27064</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27065</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27066</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27067</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27068</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27069</ID>
                                                      <Description>"Spell [5]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+48</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27070</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27071</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27072</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27073</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27074</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27075</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27076</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27077</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27078</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27079</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27080</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27081</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27082</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27083</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27084</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27085</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27086</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27087</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27088</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27089</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27090</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27091</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27092</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27093</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27094</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27095</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27096</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27097</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27098</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27099</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27100</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27101</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27102</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27103</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27104</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27105</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27106</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27107</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27108</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27109</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27110</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27111</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27112</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27113</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27114</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27115</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27116</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27117</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27118</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27119</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27120</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27121</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27122</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27123</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27124</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27125</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27126</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27127</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27128</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27129</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27130</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27131</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27132</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27133</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27134</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27135</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27136</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27137</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27138</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27139</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27140</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27141</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27142</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27143</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27144</ID>
                                                      <Description>"Spell [6]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+50</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27145</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27146</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27147</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27148</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27149</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27150</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27151</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27152</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27153</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27154</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27155</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27156</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27157</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27158</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27159</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27160</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27161</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27162</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27163</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27164</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27165</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27166</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27167</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27168</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27169</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27170</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27171</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27172</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27173</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27174</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27175</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27176</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27177</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27178</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27179</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27180</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27181</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27182</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27183</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27184</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27185</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27186</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27187</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27188</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27189</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27190</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27191</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27192</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27193</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27194</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27195</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27196</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27197</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27198</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27199</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27200</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27201</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27202</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27203</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27204</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27205</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27206</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27207</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27208</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27209</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27210</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27211</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27212</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27213</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27214</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27215</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27216</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27217</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27218</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27219</ID>
                                                      <Description>"Spell [7]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+58</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27220</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27221</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27222</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27223</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27224</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27225</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27226</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27227</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27228</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27229</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27230</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27231</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27232</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27233</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27234</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27235</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27236</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27237</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27238</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27239</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27240</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27241</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27242</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27243</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27244</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27245</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27246</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27247</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27248</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27249</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27250</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27251</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27252</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27253</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27254</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27255</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27256</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27257</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27258</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27259</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27260</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27261</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27262</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27263</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27264</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27265</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27266</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27267</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27268</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27269</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27270</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27271</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27272</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27273</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27274</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27275</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27276</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27277</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27278</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27279</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27280</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27281</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27282</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27283</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27284</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27285</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27286</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27287</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27288</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27289</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27290</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27291</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27292</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27293</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27294</ID>
                                                      <Description>"Spell [8]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+60</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27295</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27296</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27297</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27298</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27299</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27300</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27301</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27302</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27303</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27304</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27305</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27306</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27307</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27308</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27309</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27310</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27311</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27312</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27313</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27314</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27315</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27316</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27317</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27318</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27319</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27320</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27321</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27322</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27323</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27324</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27325</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27326</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27327</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27328</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27329</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27330</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27331</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27332</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27333</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27334</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27335</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27336</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27337</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27338</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27339</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27340</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27341</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27342</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27343</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27344</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27345</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27346</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27347</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27348</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27349</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27350</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27351</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27352</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27353</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27354</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27355</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27356</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27357</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27358</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27359</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27360</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27361</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27362</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27363</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27364</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27365</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27366</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27367</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27368</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27369</ID>
                                                      <Description>"Spell [9]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+68</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27370</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27371</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27372</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27373</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27374</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27375</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27376</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27377</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27378</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27379</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27380</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27381</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27382</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27383</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27384</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27385</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27386</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27387</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27388</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27389</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27390</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27391</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27392</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27393</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27394</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27395</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27396</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27397</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27398</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27399</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27400</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27401</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27402</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27403</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27404</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27405</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27406</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27407</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27408</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27409</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27410</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27411</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27412</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27413</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27414</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27415</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27416</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27417</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27418</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27419</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27420</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27421</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27422</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27423</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27424</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27425</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27426</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27427</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27428</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27429</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27430</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27431</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27432</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27433</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27434</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27435</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27436</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27437</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27438</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27439</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27440</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27441</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27442</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27443</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27444</ID>
                                                      <Description>"Spell [30]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+70</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27445</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27446</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27447</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27448</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27449</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27450</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27451</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27452</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27453</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27454</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27455</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27456</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27457</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27458</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27459</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27460</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27461</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27462</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27463</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27464</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27465</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27466</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27467</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27468</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27469</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27470</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27471</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27472</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27473</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27474</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27475</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27476</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27477</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27478</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27479</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27480</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27481</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27482</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27483</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27484</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27485</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27486</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27487</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27488</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27489</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27490</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27491</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27492</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27493</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27494</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27495</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27496</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27497</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27498</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27499</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27500</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27501</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27502</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27503</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27504</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27505</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27506</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27507</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27508</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27509</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27510</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27511</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27512</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27513</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27514</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27515</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27516</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27517</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27518</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27519</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+78</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27520</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27521</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27522</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27523</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27524</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27525</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27526</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27527</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27528</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27529</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27530</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27531</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27532</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27533</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27534</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27535</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27536</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27537</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27538</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27539</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27540</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27541</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27542</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27543</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27544</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27545</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27546</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27547</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27548</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27549</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27550</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27551</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27552</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27553</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27554</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27555</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27556</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27557</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27558</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27559</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27560</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27561</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27562</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27563</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27564</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27565</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27566</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27567</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27568</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27569</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27570</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27571</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27572</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27573</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27574</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27575</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27576</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27577</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27578</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27579</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27580</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27581</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27582</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27583</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27584</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27585</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27586</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27587</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27588</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27589</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27590</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27591</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27592</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27593</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27594</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+80</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27595</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27596</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27597</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27598</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27599</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27600</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27601</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27602</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27603</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27604</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27605</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27606</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27607</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27608</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27609</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27610</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27611</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27612</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27613</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27614</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27615</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27616</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27617</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27618</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27619</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27620</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27621</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27622</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27623</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27624</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27625</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27626</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27627</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27628</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27629</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27630</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27631</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27632</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27633</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27634</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27635</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27636</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27637</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27638</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27639</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27640</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27641</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27642</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27643</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27644</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27645</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27646</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27647</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27648</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27649</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27650</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27651</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27652</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27653</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27654</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27655</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27656</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27657</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27658</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27659</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27660</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27661</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27662</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27663</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27664</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27665</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27666</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27667</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27668</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27669</ID>
                                                      <Description>"Spell [33]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+88</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27670</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27671</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27672</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27673</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27674</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27675</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27676</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27677</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27678</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27679</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27680</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27681</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27682</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27683</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27684</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27685</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27686</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27687</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27688</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27689</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27690</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27691</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27692</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27693</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27694</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27695</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27696</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27697</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27698</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27699</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27700</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27701</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27702</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27703</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27704</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27705</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27706</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27707</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27708</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27709</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27710</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27711</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27712</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27713</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27714</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27715</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27716</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27717</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27718</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27719</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27720</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27721</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27722</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27723</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27724</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27725</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27726</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27727</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27728</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27729</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27730</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27731</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27732</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27733</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27734</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27735</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27736</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27737</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27738</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27739</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27740</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27741</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27742</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27743</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27744</ID>
                                                      <Description>"Spell [34]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+90</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27745</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27746</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27747</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27748</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27749</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27750</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27751</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27752</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27753</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27754</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27755</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27756</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27757</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27758</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27759</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27760</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27761</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27762</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27763</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27764</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27765</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27766</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27767</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27768</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27769</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27770</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27771</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27772</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27773</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27774</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27775</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27776</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27777</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27778</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27779</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27780</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27781</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27782</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27783</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27784</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27785</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27786</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27787</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27788</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27789</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27790</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27791</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27792</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27793</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27794</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27795</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27796</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27797</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27798</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27799</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27800</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27801</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27802</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27803</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27804</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27805</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27806</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27807</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27808</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27809</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27810</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27811</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27812</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27813</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27814</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27815</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27816</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27817</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27818</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                    <CheatEntry>
                                                      <ID>27819</ID>
                                                      <Description>"Spell [35]"</Description>
                                                      <Options moHideChildren="1"/>
                                                      <ShowAsHex>1</ShowAsHex>
                                                      <ShowAsSigned>0</ShowAsSigned>
                                                      <GroupHeader>1</GroupHeader>
                                                      <Address>+98</Address>
                                                      <Offsets>
                                                        <Offset>0</Offset>
                                                      </Offsets>
                                                      <CheatEntries>
                                                        <CheatEntry>
                                                          <ID>27820</ID>
                                                          <Description>"Name"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+28</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27821</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27822</ID>
                                                          <Description>"schoolOfMagic"</Description>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+48</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27823</ID>
                                                              <Description>"Value"</Description>
                                                              <ShowAsSigned>0</ShowAsSigned>
                                                              <VariableType>String</VariableType>
                                                              <Length>128</Length>
                                                              <Unicode>1</Unicode>
                                                              <CodePage>0</CodePage>
                                                              <ZeroTerminate>1</ZeroTerminate>
                                                              <Address>+14</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27824</ID>
                                                          <Description>"effectDescription"</Description>
                                                          <Options moHideChildren="1"/>
                                                          <ShowAsHex>1</ShowAsHex>
                                                          <ShowAsSigned>0</ShowAsSigned>
                                                          <GroupHeader>1</GroupHeader>
                                                          <Address>+50</Address>
                                                          <Offsets>
                                                            <Offset>0</Offset>
                                                          </Offsets>
                                                          <CheatEntries>
                                                            <CheatEntry>
                                                              <ID>27825</ID>
                                                              <Description>"rangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27826</ID>
                                                              <Description>"rangeParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+A4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27827</ID>
                                                              <Description>"halfDamageOnAMiss"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+A8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27828</ID>
                                                              <Description>"targetType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+AC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27829</ID>
                                                              <Description>"itemSelectionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27830</ID>
                                                              <Description>"targetParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27831</ID>
                                                              <Description>"targetParameter4"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+B8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27832</ID>
                                                              <Description>"emissiveBorder"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+BC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27833</ID>
                                                              <Description>"emissiveParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27834</ID>
                                                              <Description>"requiresTargetProximity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+C4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27835</ID>
                                                              <Description>"targetProximityDistance"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+C8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27836</ID>
                                                              <Description>"targetExcludeCaster"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27837</ID>
                                                              <Description>"canBePlacedOnCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27838</ID>
                                                              <Description>"affectOnlyGround"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+CE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27839</ID>
                                                              <Description>"targetFilteringMethod"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27840</ID>
                                                              <Description>"targetFilteringTag"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27841</ID>
                                                              <Description>"requiresVisibilityForPosition"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D5</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27842</ID>
                                                              <Description>"inviteOptionalAlly"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D6</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27843</ID>
                                                              <Description>"recurrentEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+D7</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27844</ID>
                                                              <Description>"retargetAfterDeath"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+D8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27845</ID>
                                                              <Description>"retargetActionType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+DC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27846</ID>
                                                              <Description>"poolFilterDiceNumber"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27847</ID>
                                                              <Description>"poolFilterDieType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27848</ID>
                                                              <Description>"trapRangeType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+E8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27849</ID>
                                                              <Description>"targetSide"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+EC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27850</ID>
                                                              <Description>"durationType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F0</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27851</ID>
                                                              <Description>"durationParameter"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F4</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27852</ID>
                                                              <Description>"endOfEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+F8</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27853</ID>
                                                              <Description>"hasSavingThrow"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FC</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27854</ID>
                                                              <Description>"disableSavingThrowOnAllies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FD</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27855</ID>
                                                              <Description>"ignoreCover"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FE</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27856</ID>
                                                              <Description>"rollSaveOnlyIfRelevantForms"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+FF</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27857</ID>
                                                              <Description>"hasShoveRoll"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+100</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27858</ID>
                                                              <Description>"createdByCharacter"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+101</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27859</ID>
                                                              <Description>"difficultyClassComputation"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+104</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27860</ID>
                                                              <Description>"fixedSavingThrowDifficultyClass"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+108</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27861</ID>
                                                              <Description>"advantageForEnemies"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27862</ID>
                                                              <Description>"canBeDispersed"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10D</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27863</ID>
                                                              <Description>"hasVelocity"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+10E</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27864</ID>
                                                              <Description>"velocityCellsPerRound"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+110</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27865</ID>
                                                              <Description>"velocityType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+114</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27866</ID>
                                                              <Description>"hasLimitedEffectPool"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+118</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27867</ID>
                                                              <Description>"effectPoolAmount"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+11C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27868</ID>
                                                              <Description>"effectApplication"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+120</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27869</ID>
                                                              <Description>"speedType"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+124</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27870</ID>
                                                              <Description>"speedParameter"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+128</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27871</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistance"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+12C</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27872</ID>
                                                              <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+130</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27873</ID>
                                                              <Description>"offsetImpactTimePerTarget"</Description>
                                                              <VariableType>Float</VariableType>
                                                              <Address>+134</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27874</ID>
                                                              <Description>"animationMagicEffect"</Description>
                                                              <VariableType>4 Bytes</VariableType>
                                                              <Address>+138</Address>
                                                            </CheatEntry>
                                                            <CheatEntry>
                                                              <ID>27875</ID>
                                                              <Description>"lightCounterDispellsEffect"</Description>
                                                              <VariableType>Byte</VariableType>
                                                              <Address>+13C</Address>
                                                            </CheatEntry>
                                                          </CheatEntries>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27876</ID>
                                                          <Description>"spellsBundle"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+68</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27877</ID>
                                                          <Description>"implemented"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+69</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27878</ID>
                                                          <Description>"spellLevel"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+6C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27879</ID>
                                                          <Description>"ritual"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+70</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27880</ID>
                                                          <Description>"uniqueInstance"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+71</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27881</ID>
                                                          <Description>"castingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+74</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27882</ID>
                                                          <Description>"reactionContext"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+78</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27883</ID>
                                                          <Description>"ritualCastingTime"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+7C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27884</ID>
                                                          <Description>"requiresConcentration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+80</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27885</ID>
                                                          <Description>"concentrationAction"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+84</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27886</ID>
                                                          <Description>"verboseComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+88</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27887</ID>
                                                          <Description>"somaticComponent"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+89</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27888</ID>
                                                          <Description>"materialComponentType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+8C</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27889</ID>
                                                          <Description>"specificMaterialComponentCostGp"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+90</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27890</ID>
                                                          <Description>"specificMaterialComponentConsumed"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+94</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27891</ID>
                                                          <Description>"terminateOnItemUnequip"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+95</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27892</ID>
                                                          <Description>"displayConditionDuration"</Description>
                                                          <VariableType>Byte</VariableType>
                                                          <Address>+96</Address>
                                                        </CheatEntry>
                                                        <CheatEntry>
                                                          <ID>27893</ID>
                                                          <Description>"vocalSpellSemeType"</Description>
                                                          <VariableType>4 Bytes</VariableType>
                                                          <Address>+98</Address>
                                                        </CheatEntry>
                                                      </CheatEntries>
                                                    </CheatEntry>
                                                  </CheatEntries>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>27894</ID>
                                              <Description>"spellCastingLevel"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+B8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>27895</ID>
                                              <Description>"maxPreparedSpells"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+BC</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>27896</ID>
                                              <Description>"spellAttackBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>27897</ID>
                                              <Description>"formAbilityBonus"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>27898</ID>
                                              <Description>"saveDC"</Description>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C8</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>27899</ID>
                                  <Description>"Character Pointers"</Description>
                                  <Options moHideChildren="1"/>
                                  <GroupHeader>1</GroupHeader>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>27900</ID>
                                      <Description>"guid"</Description>
                                      <VariableType>8 Bytes</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27901</ID>
                                      <Description>"matchingInterruption"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27902</ID>
                                      <Description>"matchingCancellingCondition"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D1</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27903</ID>
                                      <Description>"&lt;IsCorruptedPostLoad&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D2</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27904</ID>
                                      <Description>"&lt;PostLoaded&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1D3</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27905</ID>
                                      <Description>"currentHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27906</ID>
                                      <Description>"sizeParams"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1D8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27907</ID>
                                      <Description>"sortIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27908</ID>
                                      <Description>"side"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1F4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27909</ID>
                                      <Description>"forceAutoBehavior"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+608</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27910</ID>
                                      <Description>"isRemovedFromTheGame"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+609</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27911</ID>
                                      <Description>"isDeadOrDyingOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60A</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27912</ID>
                                      <Description>"isDeadOrUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60B</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27913</ID>
                                      <Description>"isDeadOrDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27914</ID>
                                      <Description>"isDead"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27915</ID>
                                      <Description>"isDying"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27916</ID>
                                      <Description>"isUnconscious"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+60F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27917</ID>
                                      <Description>"isIncapacitated"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+610</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27918</ID>
                                      <Description>"hasAccessToTreasury"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+611</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27919</ID>
                                      <Description>"deathSaveSuccesses"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+614</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27920</ID>
                                      <Description>"deathSaveFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+618</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27921</ID>
                                      <Description>"timeOfDeath"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+61C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27922</ID>
                                      <Description>"regenerationLapse"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+620</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27923</ID>
                                      <Description>"hasRegeneration"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+624</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27924</ID>
                                      <Description>"concentratedSpellIndex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+628</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27925</ID>
                                      <Description>"shouldClearOverridenFactionFromCharmSpells"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+62C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27926</ID>
                                      <Description>"usedChannelDivinity"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+630</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27927</ID>
                                      <Description>"usedHealingPool"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+634</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27928</ID>
                                      <Description>"usedIndomitableResistances"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+638</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27929</ID>
                                      <Description>"selectedFlurryOfBlowsMode"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+63C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27930</ID>
                                      <Description>"usedSorceryPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+640</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27931</ID>
                                      <Description>"usedRagePoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+644</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27932</ID>
                                      <Description>"usedKiPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+648</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27933</ID>
                                      <Description>"usedBindChain"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+64C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27934</ID>
                                      <Description>"usedBardicInspiration"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+650</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27935</ID>
                                      <Description>"isMetamagicToggled"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+654</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27936</ID>
                                      <Description>"autoActivatingPower"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+655</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27937</ID>
                                      <Description>"maxSenseRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+658</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27938</ID>
                                      <Description>"maxJumpRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+65C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27939</ID>
                                      <Description>"maxClimbRange"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+660</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27940</ID>
                                      <Description>"usedMainAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+664</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27941</ID>
                                      <Description>"usedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+668</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27942</ID>
                                      <Description>"wieldingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+66C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27943</ID>
                                      <Description>"carryingSize"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+670</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27944</ID>
                                      <Description>"visionHeightFactor"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+674</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27945</ID>
                                      <Description>"visionHeight"</Description>
                                      <VariableType>Float</VariableType>
                                      <Address>+678</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27946</ID>
                                      <Description>"minSizeDifferenceToGoThroughEnemy"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+67C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27947</ID>
                                      <Description>"motionRangeFlags"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+680</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27948</ID>
                                      <Description>"maxJumpType"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+684</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27949</ID>
                                      <Description>"impairedSight"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+685</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27950</ID>
                                      <Description>"executedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+688</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27951</ID>
                                      <Description>"executedBonusAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+68C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27952</ID>
                                      <Description>"usedKnockOutImmunityPerLongRest"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+690</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27953</ID>
                                      <Description>"&lt;LastInitiativeRoll&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+694</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27954</ID>
                                      <Description>"&lt;LastInitiativeModifier&gt;k__BackingField"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+698</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27955</ID>
                                      <Description>"temporaryHitPoints"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+69C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27956</ID>
                                      <Description>"sex"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27957</ID>
                                      <Description>"pronoun"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A4</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27958</ID>
                                      <Description>"attunementCapital"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+938</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27959</ID>
                                      <Description>"needsAttributeModifiersPostLoadFix"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27960</ID>
                                      <Description>"&lt;IgnoreEquipmentOnAbilityScores&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93D</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27961</ID>
                                      <Description>"&lt;NeedsReplaceDruidKindredSpiritTigerSummoningPower&gt;k__BackingField"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93E</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27962</ID>
                                      <Description>"builtIn"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+93F</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27963</ID>
                                      <Description>"editorOnly"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+940</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27964</ID>
                                      <Description>"refreshing"</Description>
                                      <VariableType>Byte</VariableType>
                                      <Address>+941</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27965</ID>
                                      <Description>"lastLongRestDay"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+944</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27966</ID>
                                      <Description>"remainingSleepTime"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+948</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27967</ID>
                                      <Description>"successfulAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+94C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27968</ID>
                                      <Description>"failedAttacks"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+950</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27969</ID>
                                      <Description>"criticalHits"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+954</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27970</ID>
                                      <Description>"criticalFailures"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+958</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27971</ID>
                                      <Description>"inflictedDamage"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+95C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27972</ID>
                                      <Description>"slainEnemies"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+960</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27973</ID>
                                      <Description>"sustainedInjuries"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+964</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27974</ID>
                                      <Description>"restoredHealth"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+968</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27975</ID>
                                      <Description>"usedMagicAndPowers"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+96C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27976</ID>
                                      <Description>"knockOuts"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+970</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27977</ID>
                                      <Description>"travelledCells"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+974</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>27978</ID>
                                      <Description>"earnedXP"</Description>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+978</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>310</ID>
                      <Description>"party pointers"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>295</ID>
                          <Description>"gameTime"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>D0</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>296</ID>
                          <Description>"shortRests"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>D4</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>297</ID>
                          <Description>"longRests"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>D8</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>298</ID>
                          <Description>"segmentParameter"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>DC</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>299</ID>
                          <Description>"inTravel"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>E0</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>300</ID>
                          <Description>"fatigue"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>E4</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>301</ID>
                          <Description>"achievedPercent"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>E8</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>302</ID>
                          <Description>"travelledDistance"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>EC</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>303</ID>
                          <Description>"travelAborted"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>F0</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>304</ID>
                          <Description>"inverseSegment"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>F1</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>305</ID>
                          <Description>"travelledDuration"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>F4</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>306</ID>
                          <Description>"isExploring"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>F8</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>307</ID>
                          <Description>"explorationTime"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>FC</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>308</ID>
                          <Description>"currentSegmentSpeedMultiplier"</Description>
                          <VariableType>Float</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>100</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>309</ID>
                          <Description>"autoResumeTravelActivity"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>bgamei</Address>
                          <Offsets>
                            <Offset>104</Offset>
                            <Offset>30</Offset>
                            <Offset>30</Offset>
                            <Offset>68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4205</ID>
          <Description>"Stealth Undetectable [ Didn't test ]"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-19
  Author : MarianaRoses
  AoB    : 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 5D C3 00 ?? 00 ?? 04 ?? 05 ?? ?? ?? ?? 00 ?? 00 ?? 00 ?? 00 ?? 00
  This script does blah blah blah
}

[ENABLE]
aobscanregion(bstealth,sstealth,sstealth+14c,41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? 48 ?? ?? ?? 48) // should be unique
alloc(newmem,$1000,bstealth)
alloc(bstealthc,6)
registerSymbol(bstealth bstealthc)
label(code return)

bstealthc:
  readmem(bstealth,6)
  
newmem:

code:
  readmem(bstealth+3,3)
  jmp return

bstealth:
  jmp newmem
  nop
return:

[DISABLE]
bstealth:
  readmem(bstealthc,6)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: GameLocationVisibilityManager:UpdateImpl+e8

GameLocationVisibilityManager:UpdateImpl+ae: 49 BB 80 D1 EA BF 8C 01 00 00  - mov r11,ScopedProfiler:.ctor
GameLocationVisibilityManager:UpdateImpl+b8: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+bb: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+be: 49 BB 70 85 2C CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdateLights
GameLocationVisibilityManager:UpdateImpl+c8: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+cb: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+ce: 49 BB 10 C5 2C CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdateLineOfSight
GameLocationVisibilityManager:UpdateImpl+d8: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+db: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+de: 49 BB 80 3C 2E CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdateStealthDetection
// ---------- INJECTING HERE ----------
GameLocationVisibilityManager:UpdateImpl+e8: 41 FF D3                       - call r11
// ---------- DONE INJECTING  ----------
GameLocationVisibilityManager:UpdateImpl+eb: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+ee: 49 BB 20 55 2E CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdateVisitedCells
GameLocationVisibilityManager:UpdateImpl+f8: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+fb: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+fe: 49 BB 60 94 2E CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdatePerception
GameLocationVisibilityManager:UpdateImpl+108: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+10b: 48 8B CE                       - mov rcx,rsi
GameLocationVisibilityManager:UpdateImpl+10e: 49 BB 50 B4 2E CE 8C 01 00 00  - mov r11,GameLocationVisibilityManager:UpdateHardToPerceive
GameLocationVisibilityManager:UpdateImpl+118: 41 FF D3                       - call r11
GameLocationVisibilityManager:UpdateImpl+11b: 48 8B CE                       - mov rcx,rsi
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>4206</ID>
          <Description>"No Weight [ Open Inventory ]"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-19
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? 48 ?? ?? 74 ?? 48 ?? ?? ?? 48 ?? ?? 48 ?? ?? FF ?? ?? ?? ?? ?? F3 ?? ?? ?? F2 ?? ?? ?? EB ?? 66 ?? ?? ?? F2 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 5D C3 00 ?? 00 ?? 01 ?? ?? 05 ?? ?? ?? ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 55 48 ?? ?? 48
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bweight,sweight,sweight+43,48 ?? ?? ?? 48 ?? ?? 74 ?? 48 ?? ?? ?? 48 ?? ?? 48 ?? ?? FF ?? ?? ?? ?? ?? F3) // should be unique
alloc(newmem,$1000,bweight)
alloc(bweightc,7)
registerSymbol(bweight bweightc)
label(code return)

bweightc:
  readmem(bweight,7)
  
newmem:
  cmp [rsi+48],0
  je code
  push rsi
  mov rsi,[rsi+48]
  mov rsi,[rsi+38]
  mov [rsi+13c],(float)0.0
  pop rsi
code:
  readmem(bweight,7)
  jmp return

bweight:
  jmp newmem
  nop 2
return:

[DISABLE]
bweight:
  readmem(bweightc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: RulesetInventorySlot:ComputeWeight+f

18C7FAC1FE3: 05 04 03 01 50     - add eax,50010304
18C7FAC1FE8: 00 00              - add [rax],al
18C7FAC1FEA: 00 00              - add [rax],al
18C7FAC1FEC: 00 00              - add [rax],al
18C7FAC1FEE: 00 00              - add [rax],al
RulesetInventorySlot:ComputeWeight: 55                 - push rbp
RulesetInventorySlot:ComputeWeight+1: 48 8B EC           - mov rbp,rsp
RulesetInventorySlot:ComputeWeight+4: 48 83 EC 30        - sub rsp,30
RulesetInventorySlot:ComputeWeight+8: 48 89 75 F8        - mov [rbp-08],rsi
RulesetInventorySlot:ComputeWeight+c: 48 8B F1           - mov rsi,rcx
// ---------- INJECTING HERE ----------
RulesetInventorySlot:ComputeWeight+f: 48 8B 46 48        - mov rax,[rsi+48]
// ---------- DONE INJECTING  ----------
RulesetInventorySlot:ComputeWeight+13: 48 85 C0           - test rax,rax
RulesetInventorySlot:ComputeWeight+16: 74 1A              - je RulesetInventorySlot:ComputeWeight+32
RulesetInventorySlot:ComputeWeight+18: 48 8B 46 48        - mov rax,[rsi+48]
RulesetInventorySlot:ComputeWeight+1c: 48 8B C8           - mov rcx,rax
RulesetInventorySlot:ComputeWeight+1f: 48 8B 00           - mov rax,[rax]
RulesetInventorySlot:ComputeWeight+22: FF 90 F0 00 00 00  - call qword ptr [rax+000000F0]
RulesetInventorySlot:ComputeWeight+28: F3 0F 5A C0        - cvtss2sd xmm0,xmm0
RulesetInventorySlot:ComputeWeight+2c: F2 0F 5A C0        - cvtsd2ss xmm0,xmm0
RulesetInventorySlot:ComputeWeight+30: EB 08              - jmp RulesetInventorySlot:ComputeWeight+3a
RulesetInventorySlot:ComputeWeight+32: 66 0F 57 C0        - xorpd xmm0,xmm0
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>4215</ID>
          <Description>"Massive Roll Check Ability"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-20
  Author : MarianaRoses
  AoB    : 55 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 49 ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? C7 ?? ?? ?? ?? ?? 41 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 89 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 0F ?? ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 49 ?? ?? 48 ?? ?? 49 ?? ?? FF ?? ?? ?? ?? ?? 4C
  This script does blah blah blah
}

[ENABLE]
aobscanregion(broll,sroll,sroll+1e0,55 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? 48 ) // should be unique
alloc(newmem,$1000,broll)
alloc(brollc,11)
registerSymbol(broll brollc)
label(code return)

brollc:
  readmem(broll,11)
  
newmem:
  mov rdx,270f
code:
  readmem(broll,11)
  jmp return


broll:
  jmp newmem
  nop 6
return:

[DISABLE]
broll:
  readmem(brollc,11)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: sroll

26083F871A9: 04 02                 - add al,02
26083F871AB: 05 04 03 01 50        - add eax,50010304
26083F871B0: 00 00                 - add [rax],al
26083F871B2: 00 00                 - add [rax],al
26083F871B4: 00 00                 - add [rax],al
26083F871B6: 00 00                 - add [rax],al
26083F871B8: 00 00                 - add [rax],al
26083F871BA: 00 00                 - add [rax],al
26083F871BC: 00 00                 - add [rax],al
26083F871BE: 00 00                 - add [rax],al
// ---------- INJECTING HERE ----------
sroll: 55                    - push rbp
// ---------- DONE INJECTING  ----------
RulesetCharacter:RollAbilityCheck+1: 48 8B EC              - mov rbp,rsp
RulesetCharacter:RollAbilityCheck+4: 48 81 EC E0 00 00 00  - sub rsp,000000E0
RulesetCharacter:RollAbilityCheck+b: 48 89 5D D8           - mov [rbp-28],rbx
RulesetCharacter:RollAbilityCheck+f: 48 89 75 E0           - mov [rbp-20],rsi
RulesetCharacter:RollAbilityCheck+13: 48 89 7D E8           - mov [rbp-18],rdi
RulesetCharacter:RollAbilityCheck+17: 4C 89 65 F0           - mov [rbp-10],r12
RulesetCharacter:RollAbilityCheck+1b: 4C 89 7D F8           - mov [rbp-08],r15
RulesetCharacter:RollAbilityCheck+1f: 4C 8B F9              - mov r15,rcx
RulesetCharacter:RollAbilityCheck+22: 48 89 55 C0           - mov [rbp-40],rdx
RulesetCharacter:RollAbilityCheck+26: 4C 89 45 B8           - mov [rbp-48],r8
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>27995</ID>
          <Description>"Visible Faction and Relationship - View Faction in Journel"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-21
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 48 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? FF ?? ?? 48 ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? E9 ?? ?? ?? ?? 4C ?? ?? ?? 49 ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? 48 ?? ?? 83 ?? ?? 0F ?? ?? ?? 85 ?? 75 ?? 41
  This script does blah blah blah
}

[ENABLE]
aobscanregion(bfaction,sfaction,sfaction+7cb,48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? ?? 90 49) // should be unique
alloc(newmem,$1000,bfaction)
alloc(bfactionc,7)
alloc(bfactioni,8)
registerSymbol(bfaction bfactionc bfactioni)
label(code return)

bfactionc:
  readmem(bfaction,7)
  
newmem:
  mov [bfactioni],rdi
code:
  readmem(bfaction,7)
  jmp return

bfaction:
  jmp newmem
  nop 2
return:

[DISABLE]
bfaction:
  readmem(bfactionc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: FactionStatusPanel:OnBeginShow+3b3

FactionStatusPanel:OnBeginShow+37f: 48 8B 00                       - mov rax,[rax]
FactionStatusPanel:OnBeginShow+382: 48 B9 D0 9D 80 90 9F 01 00 00  - mov rcx,0000019F90809DD0
FactionStatusPanel:OnBeginShow+38c: 48 3B C1                       - cmp rax,rcx
FactionStatusPanel:OnBeginShow+38f: 0F 85 C3 03 00 00              - jne FactionStatusPanel:OnBeginShow+758
FactionStatusPanel:OnBeginShow+395: 48 8B 55 80                    - mov rdx,[rbp-80]
FactionStatusPanel:OnBeginShow+399: 48 8B 4D 88                    - mov rcx,[rbp-78]
FactionStatusPanel:OnBeginShow+39d: 48 8B C1                       - mov rax,rcx
FactionStatusPanel:OnBeginShow+3a0: 48 8B 00                       - mov rax,[rax]
FactionStatusPanel:OnBeginShow+3a3: 49 BA 10 D8 4C 95 A0 01 00 00  - mov r10,000001A0954CD810
FactionStatusPanel:OnBeginShow+3ad: FF 90 78 FF FF FF              - call qword ptr [rax-00000088]
// ---------- INJECTING HERE ----------
FactionStatusPanel:OnBeginShow+3b3: 48 8B 87 88 00 00 00           - mov rax,[rdi+00000088]
// ---------- DONE INJECTING  ----------
FactionStatusPanel:OnBeginShow+3ba: 48 8B C8                       - mov rcx,rax
FactionStatusPanel:OnBeginShow+3bd: 83 38 00                       - cmp dword ptr [rax],00
FactionStatusPanel:OnBeginShow+3c0: 48 8D 64 24 00                 - lea rsp,[rsp+00]
FactionStatusPanel:OnBeginShow+3c5: 90                             - nop 
FactionStatusPanel:OnBeginShow+3c6: 49 BB B0 DD 23 FD 9D 01 00 00  - mov r11,System.Collections.Generic.List`1[T_REF]:Clear
FactionStatusPanel:OnBeginShow+3d0: 41 FF D3                       - call r11
FactionStatusPanel:OnBeginShow+3d3: 48 8B 87 90 00 00 00           - mov rax,[rdi+00000090]
FactionStatusPanel:OnBeginShow+3da: 48 8B C8                       - mov rcx,rax
FactionStatusPanel:OnBeginShow+3dd: 48 8B 00                       - mov rax,[rax]
FactionStatusPanel:OnBeginShow+3e0: 49 BA 48 D7 4C 95 A0 01 00 00  - mov r10,000001A0954CD748
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>28000</ID>
              <Description>"Faction[0]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>20</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28001</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28002</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>27998</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>150</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28003</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28004</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28005</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28006</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28007</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28008</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28009</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28010</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28011</ID>
              <Description>"Faction[1]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>28</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28012</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28013</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28014</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>168</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28015</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28016</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28017</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28018</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28019</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28020</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28021</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28022</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28023</ID>
              <Description>"Faction[2]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>30</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28024</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28025</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28026</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>198</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28027</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28028</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28029</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28030</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28031</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28032</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28033</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28034</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28035</ID>
              <Description>"Faction[3]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>38</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28036</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28037</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28038</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>1B0</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28039</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28040</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28041</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28042</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28043</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28044</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28045</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28046</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28047</ID>
              <Description>"Faction[4]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>40</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28048</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28049</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28050</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>1C8</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28051</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28052</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28053</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28054</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28055</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28056</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28057</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28058</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28059</ID>
              <Description>"Faction[5]"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>bfactioni</Address>
              <Offsets>
                <Offset>0</Offset>
                <Offset>48</Offset>
                <Offset>10</Offset>
                <Offset>88</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28060</ID>
                  <Description>"Name"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28061</ID>
                      <Description>"Value"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>128</Length>
                      <Unicode>1</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+14</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28062</ID>
                  <Description>"Relationship"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bfactioni</Address>
                  <Offsets>
                    <Offset>1E0</Offset>
                    <Offset>18</Offset>
                    <Offset>30</Offset>
                    <Offset>90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28063</ID>
                  <Description>"builtIn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28064</ID>
                  <Description>"minRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28065</ID>
                  <Description>"maxRelationCap"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28066</ID>
                  <Description>"stealingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28067</ID>
                  <Description>"attackingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28068</ID>
                  <Description>"killingPenalty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28069</ID>
                  <Description>"failsQuestOnLowRelation"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28070</ID>
                  <Description>"questFailThreshold"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+6C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>27988</ID>
          <Description>"Battle Script"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>4211</ID>
              <Description>"Godmode / One Hit Ko"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-20
  Author : MarianaRoses
  AoB    : 55 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 4C ?? ?? ?? ?? ?? ?? 4C ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? 33 ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 89 ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 89 ?? ?? ?? ?? ?? C6 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? C6 ?? ?? 48 ?? ?? ?? ?? ?? ?? 85 ?? 40 ?? ?? ?? 48
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bbattle,sbattle,sbattle+1451,55 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 4C) // should be unique
alloc(newmem,$1000,bbattle)
alloc(bbattlec,11)
alloc(godmode,1)
alloc(ohk,1)
registerSymbol(bbattle bbattlec godmode ohk)
label(code return)

bbattlec:
  readmem(bbattle,11)
godmode:
  db 0
ohk:
  db 0

newmem:
  push rcx
  mov rcx,[rcx+3d8]
  mov rcx,[rcx+28]
  cmp [rcx+14],610050
  pop rcx
  je code
  cmp byte ptr [ohk],1
  jne code2
  mov rdx,270f
  readmem(bbattle,11)
  jmp return
code:
  cmp byte ptr [godmode],1
  jne code2
  mov rdx,0
code2:
  readmem(bbattle,11)
  jmp return

bbattle:
  jmp newmem
  nop 6
return:

[DISABLE]
bbattle:
  readmem(bbattlec,11)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: sbattle

2145BC36E7C: 8B 14 02              - mov edx,[rdx+rax]
2145BC36E7F: 00 00                 - add [rax],al
2145BC36E81: 00 00                 - add [rax],al
2145BC36E83: 00 00                 - add [rax],al
2145BC36E85: 00 00                 - add [rax],al
2145BC36E87: 00 00                 - add [rax],al
2145BC36E89: 00 00                 - add [rax],al
2145BC36E8B: 00 00                 - add [rax],al
2145BC36E8D: 00 00                 - add [rax],al
2145BC36E8F: 00                    - db 55 48 8B EC 48 81 EC 00 02 00 00 
// ---------- INJECTING HERE ----------
sbattle: 55                    - push rbp
// ---------- DONE INJECTING  ----------
RulesetCharacter:SustainDamage+1: 48 8B EC              - mov rbp,rsp
RulesetCharacter:SustainDamage+4: 48 81 EC 00 02 00 00  - sub rsp,00000200
RulesetCharacter:SustainDamage+b: 48 89 5D C8           - mov [rbp-38],rbx
RulesetCharacter:SustainDamage+f: 48 89 75 D0           - mov [rbp-30],rsi
RulesetCharacter:SustainDamage+13: 48 89 7D D8           - mov [rbp-28],rdi
RulesetCharacter:SustainDamage+17: 4C 89 65 E0           - mov [rbp-20],r12
RulesetCharacter:SustainDamage+1b: 4C 89 6D E8           - mov [rbp-18],r13
RulesetCharacter:SustainDamage+1f: 4C 89 75 F0           - mov [rbp-10],r14
RulesetCharacter:SustainDamage+23: 4C 89 7D F8           - mov [rbp-08],r15
RulesetCharacter:SustainDamage+27: 48 8B F1              - mov rsi,rcx
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>4212</ID>
                  <Description>"God Mode - Disable/Enable = 0/1"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>godmode</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>4213</ID>
                  <Description>"One Hit Kill - Disable/Enable = 0/1"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>ohk</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>4210</ID>
              <Description>"100% Hit Basic Attack For Ally "</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-20
  Author : MarianaRoses
  AoB    : 49 ?? ?? ?? 41 ?? ?? ?? 45 ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? ?? ?? ?? 33 ?? 45 ?? ?? 49 ?? ?? ?? 48 ?? ?? ?? ?? 44 ?? ?? ?? ?? 4C ?? ?? ?? ?? 4C ?? ?? ?? 4C ?? ?? ?? ?? 48 ?? ?? ?? ?? 0F ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? 0F ?? ?? ?? 48 ?? ?? ?? ?? 48 ?? ?? ?? ?? 49 ?? ?? 4C ?? ?? 4C ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41
  This script does blah blah blah
}

[ENABLE]

aobscanregion(baccuracy,sacc,sacc+177,49 ?? ?? ?? 41 ?? ?? ?? 45 ?? ?? ?? ?? ?? ?? ?? 41) // should be unique
alloc(newmem,$1000,baccuracy)
alloc(baccuracyc,8)
registerSymbol(baccuracy baccuracyc)
label(code return)

baccuracyc:
  readmem(baccuracy,8)
  
newmem:
  push r14
  mov r14,[r14+3d8]
  mov r14,[r14+28]
  cmp [r14+14],610050
  pop r14
  jne code
  mov [r15+74],#9999
  readmem(baccuracy,8)
  jmp return
code:
  readmem(baccuracy,8)
  jmp return

baccuracy:
  jmp newmem
  nop 3
return:

[DISABLE]
baccuracy:
  readmem(baccuracyc,8)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: RulesetCharacter:RollAttackMode+85

RulesetCharacter:RollAttackMode+5f: 41 0F B6 47 64           - movzx eax,byte ptr [r15+64]
RulesetCharacter:RollAttackMode+64: 85 C0                    - test eax,eax
RulesetCharacter:RollAttackMode+66: 75 0B                    - jne RulesetCharacter:RollAttackMode+73
RulesetCharacter:RollAttackMode+68: 41 83 3F 00              - cmp dword ptr [r15],00
RulesetCharacter:RollAttackMode+6c: 45 0F B6 67 65           - movzx r12d,byte ptr [r15+65]
RulesetCharacter:RollAttackMode+71: EB 06                    - jmp RulesetCharacter:RollAttackMode+79
RulesetCharacter:RollAttackMode+73: 41 BC 01 00 00 00        - mov r12d,00000001
RulesetCharacter:RollAttackMode+79: 49 0F B6 CC              - movzx rcx,r12l
RulesetCharacter:RollAttackMode+7d: 40 88 4D D0              - mov [rbp-30],cl
RulesetCharacter:RollAttackMode+81: 41 83 3F 00              - cmp dword ptr [r15],00
// ---------- INJECTING HERE ----------
RulesetCharacter:RollAttackMode+85: 49 63 57 74              - movsxd  rdx,dword ptr [r15+74]
// ---------- DONE INJECTING  ----------
RulesetCharacter:RollAttackMode+89: 41 83 3F 00              - cmp dword ptr [r15],00
RulesetCharacter:RollAttackMode+8d: 45 0F B6 8F 80 00 00 00  - movzx r9d,byte ptr [r15+00000080]
RulesetCharacter:RollAttackMode+95: 41 B8 01 00 00 00        - mov r8d,00000001
RulesetCharacter:RollAttackMode+9b: 33 C0                    - xor eax,eax
RulesetCharacter:RollAttackMode+9d: 45 85 C9                 - test r9d,r9d
RulesetCharacter:RollAttackMode+a0: 49 0F 45 C0              - cmovne rax,r8
RulesetCharacter:RollAttackMode+a4: 48 89 74 24 20           - mov [rsp+20],rsi
RulesetCharacter:RollAttackMode+a9: 44 0F B6 45 38           - movzx r8d,byte ptr [rbp+38]
RulesetCharacter:RollAttackMode+ae: 4C 89 44 24 28           - mov [rsp+28],r8
RulesetCharacter:RollAttackMode+b3: 4C 8B 45 40              - mov r8,[rbp+40]
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>27987</ID>
              <Description>"Infinite Move / Enemies Don't Move"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-21
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? ?? ?? ?? 2B ?? 48 ?? ?? ?? 48 ?? ?? ?? 5D C3 00 ?? 01 ?? ?? 05 ?? ?? ?? ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 00 ?? 48 ?? ?? ?? 48 ?? ?? ?? 48 ?? ?? 0F ?? ?? ?? 48 ?? ?? ?? C3 00 ?? 00 ?? 01 ?? ?? 00 ?? ?? 00 ?? 00 ?? 00 ?? 00
  This script does blah blah blah
}

[ENABLE]
aobscanregion(ginfmov,sinfmov,sinfmov+35,48 ?? ?? ?? ?? ?? ?? 2B ?? 48) // should be unique
alloc(newmem,$1000,ginfmov)
alloc(ginfmovc,7)
alloc(allymove,1)
alloc(enemmove,1)
registerSymbol(ginfmov ginfmovc allymove enemmove)
label(code code2 partymov return)

ginfmovc:
  readmem(ginfmov,7)
allymove:
  db 0
enemmove:
  db 0

newmem:
  push rsi
  mov rsi,[rsi+2e0]
  mov rsi,[rsi+3d8]
  mov rsi,[rsi+28]
  cmp [rsi+14],610050
  pop rsi
  jne code
partymov:
  cmp byte ptr [allymove],1
  jne code2
  mov [rsi+394],0
  readmem(ginfmov,7)
  jmp return
code:
  cmp byte ptr [enemmove],1
  jne code2
  mov [rsi+394],6
code2:
  readmem(ginfmov,7)
  jmp return

ginfmov:
  jmp newmem
  nop 2
return:

[DISABLE]
ginfmov:
  readmem(ginfmovc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: GameLocationCharacter:get_RemainingTacticalMoves+23

29A45E1FECC: 00 00                          - add [rax],al
29A45E1FECE: 00 00                          - add [rax],al
GameLocationCharacter:get_RemainingTacticalMoves: 55                             - push rbp
GameLocationCharacter:get_RemainingTacticalMoves+1: 48 8B EC                       - mov rbp,rsp
GameLocationCharacter:get_RemainingTacticalMoves+4: 48 83 EC 30                    - sub rsp,30
GameLocationCharacter:get_RemainingTacticalMoves+8: 48 89 75 F8                    - mov [rbp-08],rsi
GameLocationCharacter:get_RemainingTacticalMoves+c: 48 8B F1                       - mov rsi,rcx
GameLocationCharacter:get_RemainingTacticalMoves+f: 48 8D AD 00 00 00 00           - lea rbp,[rbp+00000000]
GameLocationCharacter:get_RemainingTacticalMoves+16: 49 BB 30 C8 46 22 9A 02 00 00  - mov r11,GameLocationCharacter:get_MaxTacticalMoves
GameLocationCharacter:get_RemainingTacticalMoves+20: 41 FF D3                       - call r11
// ---------- INJECTING HERE ----------
GameLocationCharacter:get_RemainingTacticalMoves+23: 48 63 8E 94 03 00 00           - movsxd  rcx,dword ptr [rsi+00000394]
// ---------- DONE INJECTING  ----------
GameLocationCharacter:get_RemainingTacticalMoves+2a: 2B C1                          - sub eax,ecx
GameLocationCharacter:get_RemainingTacticalMoves+2c: 48 8B 75 F8                    - mov rsi,[rbp-08]
GameLocationCharacter:get_RemainingTacticalMoves+30: 48 8D 65 00                    - lea rsp,[rbp+00]
GameLocationCharacter:get_RemainingTacticalMoves+34: 5D                             - pop rbp
GameLocationCharacter:get_RemainingTacticalMoves+35: C3                             - ret 
29A45E1FF06: 00 00                          - add [rax],al
29A45E1FF08: 01 04 02                       - add [rdx+rax],eax
29A45E1FF0B: 05 04 03 01 50                 - add eax,50010304
29A45E1FF10: 00 00                          - add [rax],al
29A45E1FF12: 00 00                          - add [rax],al
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>27989</ID>
                  <Description>"Inf Move Ally - Disable/Enable = 0/1"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>allymove</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>27990</ID>
                  <Description>"No Move Enemy - Disable/Enable = 0/1"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>enemmove</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>28072</ID>
          <Description>"Item Editor [ Highlight Item ]"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-21
  Author : MarianaRoses
  AoB    : 0F ?? ?? ?? ?? ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83 ?? ?? 48 ?? ?? ?? 48 ?? ?? 75 ?? 48 ?? ?? ?? ?? ?? ?? ?? ?? ?? 0F ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 48 ?? ?? ?? 48 ?? ?? 75 ?? EB ?? 48 ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? BA ?? ?? ?? ?? 83 ?? ?? 49 ?? ?? ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? 48 ?? ?? ?? 48 ?? ?? ?? 5D
  This script does blah blah blah
}

[ENABLE]
aobscanregion(bitem,sitem,sitem+b4,0F ?? ?? ?? ?? ?? ?? 85 ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 83) // should be unique
alloc(newmem,$1000,bitem)
alloc(bitemi,8)
alloc(bitemc,7)
registerSymbol(bitem bitemc bitemi)
label(code return)

bitemc:
  readmem(bitem,7)
  
newmem:
  mov [bitemi],rax
code:
  readmem(bitem,7)
  jmp return

bitem:
  jmp newmem
  nop 2
return:

[DISABLE]
bitem:
  readmem(bitemc,7)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: InventorySlotBox:OnPointerEnter+2c

InventorySlotBox:OnPointerEnter+1: 48 8B EC                       - mov rbp,rsp
InventorySlotBox:OnPointerEnter+4: 48 83 EC 40                    - sub rsp,40
InventorySlotBox:OnPointerEnter+8: 48 89 75 F8                    - mov [rbp-08],rsi
InventorySlotBox:OnPointerEnter+c: 48 8B F1                       - mov rsi,rcx
InventorySlotBox:OnPointerEnter+f: 48 8B 86 D8 01 00 00           - mov rax,[rsi+000001D8]
InventorySlotBox:OnPointerEnter+16: 48 85 C0                       - test rax,rax
InventorySlotBox:OnPointerEnter+19: 0F 84 8C 00 00 00              - je InventorySlotBox:OnPointerEnter+ab
InventorySlotBox:OnPointerEnter+1f: 48 8B 86 D8 01 00 00           - mov rax,[rsi+000001D8]
InventorySlotBox:OnPointerEnter+26: 48 8B C8                       - mov rcx,rax
InventorySlotBox:OnPointerEnter+29: 83 39 00                       - cmp dword ptr [rcx],00
// ---------- INJECTING HERE ----------
InventorySlotBox:OnPointerEnter+2c: 0F B6 80 80 00 00 00           - movzx eax,byte ptr [rax+00000080]
// ---------- DONE INJECTING  ----------
InventorySlotBox:OnPointerEnter+33: 85 C0                          - test eax,eax
InventorySlotBox:OnPointerEnter+35: 0F 85 70 00 00 00              - jne InventorySlotBox:OnPointerEnter+ab
InventorySlotBox:OnPointerEnter+3b: 48 8B 86 D8 01 00 00           - mov rax,[rsi+000001D8]
InventorySlotBox:OnPointerEnter+42: 48 8B C8                       - mov rcx,rax
InventorySlotBox:OnPointerEnter+45: 83 39 00                       - cmp dword ptr [rcx],00
InventorySlotBox:OnPointerEnter+48: 48 8B 40 48                    - mov rax,[rax+48]
InventorySlotBox:OnPointerEnter+4c: 48 85 C0                       - test rax,rax
InventorySlotBox:OnPointerEnter+4f: 75 15                          - jne InventorySlotBox:OnPointerEnter+66
InventorySlotBox:OnPointerEnter+51: 48 B8 B0 2D A8 61 90 01 00 00  - mov rax,0000019061A82DB0
InventorySlotBox:OnPointerEnter+5b: 0F B6 00                       - movzx eax,byte ptr [rax]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>28267</ID>
              <Description>"Anything that has Definition will change all item in-game till restart"</Description>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>28074</ID>
              <Description>"Name"</Description>
              <VariableType>String</VariableType>
              <Length>128</Length>
              <Unicode>1</Unicode>
              <CodePage>0</CodePage>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>14</Offset>
                <Offset>28</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>28266</ID>
              <Description>"Stackable Item Quantity *Won't work for single equipment"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>28075</ID>
                  <Description>"Current Quantity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>68</Offset>
                    <Offset>30</Offset>
                    <Offset>18</Offset>
                    <Offset>10</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28076</ID>
                  <Description>"Min Quantity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>5c</Offset>
                    <Offset>30</Offset>
                    <Offset>18</Offset>
                    <Offset>10</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28077</ID>
                  <Description>"Max Quantity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>60</Offset>
                    <Offset>30</Offset>
                    <Offset>18</Offset>
                    <Offset>10</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28107</ID>
              <Description>"armorDefinition"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <GroupHeader>1</GroupHeader>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>90</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28108</ID>
                  <Description>"minimalStrength"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>28</Offset>
                    <Offset>90</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28109</ID>
                  <Description>"requiresMinimalStrength"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>24</Offset>
                    <Offset>90</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28110</ID>
                  <Description>"maxDexterityBonus"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>20</Offset>
                    <Offset>90</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28111</ID>
                  <Description>"isBaseArmorClass"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>1C</Offset>
                    <Offset>90</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28112</ID>
                  <Description>"armorClassValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>18</Offset>
                    <Offset>90</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28113</ID>
              <Description>"weaponDefinition"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <GroupHeader>1</GroupHeader>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>98</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28117</ID>
                  <Description>"effectDescription"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>20</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28237</ID>
                      <Description>"effectAdvancement"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>88</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>28238</ID>
                          <Description>"effectIncrementMethod"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28239</ID>
                          <Description>"incrementMultiplier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>14</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28240</ID>
                          <Description>"additionalTargetsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>18</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28241</ID>
                          <Description>"additionalSubtargetsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28242</ID>
                          <Description>"additionalDicePerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>20</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28243</ID>
                          <Description>"additionalSpellLevelPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28244</ID>
                          <Description>"additionalSummonsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>28</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28245</ID>
                          <Description>"additionalHPPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>2C</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28246</ID>
                          <Description>"additionalTempHPPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>30</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28247</ID>
                          <Description>"additionalTargetCellsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>34</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28248</ID>
                          <Description>"additionalItemBonus"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>38</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28249</ID>
                          <Description>"additionalWeaponDie"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>3C</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28250</ID>
                          <Description>"alteredDuration"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>40</Offset>
                            <Offset>88</Offset>
                            <Offset>20</Offset>
                            <Offset>98</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28118</ID>
                      <Description>"rangeType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28119</ID>
                      <Description>"rangeParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28120</ID>
                      <Description>"halfDamageOnAMiss"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28121</ID>
                      <Description>"targetType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>AC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28122</ID>
                      <Description>"itemSelectionType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28123</ID>
                      <Description>"targetParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28124</ID>
                      <Description>"targetParameter2"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28125</ID>
                      <Description>"emissiveBorder"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>BC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28126</ID>
                      <Description>"emissiveParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28127</ID>
                      <Description>"requiresTargetProximity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28128</ID>
                      <Description>"targetProximityDistance"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28129</ID>
                      <Description>"targetExcludeCaster"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28130</ID>
                      <Description>"canBePlacedOnCharacter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CD</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28131</ID>
                      <Description>"affectOnlyGround"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CE</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28132</ID>
                      <Description>"targetFilteringMethod"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28133</ID>
                      <Description>"targetFilteringTag"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28134</ID>
                      <Description>"requiresVisibilityForPosition"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D5</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28135</ID>
                      <Description>"inviteOptionalAlly"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D6</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28136</ID>
                      <Description>"recurrentEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D7</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28137</ID>
                      <Description>"retargetAfterDeath"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28138</ID>
                      <Description>"retargetActionType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>DC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28139</ID>
                      <Description>"poolFilterDiceNumber"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28140</ID>
                      <Description>"poolFilterDieType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28141</ID>
                      <Description>"trapRangeType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28142</ID>
                      <Description>"targetSide"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>EC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28143</ID>
                      <Description>"durationType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28144</ID>
                      <Description>"durationParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28145</ID>
                      <Description>"endOfEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28146</ID>
                      <Description>"hasSavingThrow"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FC</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28147</ID>
                      <Description>"disableSavingThrowOnAllies"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FD</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28148</ID>
                      <Description>"ignoreCover"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FE</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28149</ID>
                      <Description>"rollSaveOnlyIfRelevantForms"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FF</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28150</ID>
                      <Description>"hasShoveRoll"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>100</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28151</ID>
                      <Description>"createdByCharacter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>101</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28152</ID>
                      <Description>"difficultyClassComputation"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>104</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28153</ID>
                      <Description>"fixedSavingThrowDifficultyClass"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>108</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28154</ID>
                      <Description>"advantageForEnemies"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10C</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28155</ID>
                      <Description>"canBeDispersed"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10D</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28156</ID>
                      <Description>"hasVelocity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10E</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28157</ID>
                      <Description>"velocityCellsPerRound"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>110</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28158</ID>
                      <Description>"velocityType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>114</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28159</ID>
                      <Description>"hasLimitedEffectPool"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>118</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28160</ID>
                      <Description>"effectPoolAmount"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>11C</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28161</ID>
                      <Description>"effectApplication"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>120</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28162</ID>
                      <Description>"speedType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>124</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28163</ID>
                      <Description>"speedParameter"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>128</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28164</ID>
                      <Description>"offsetImpactTimeBasedOnDistance"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>12C</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28165</ID>
                      <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>130</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28166</ID>
                      <Description>"offsetImpactTimePerTarget"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>134</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28167</ID>
                      <Description>"animationMagicEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>138</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28168</ID>
                      <Description>"lightCounterDispellsEffect"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>13C</Offset>
                        <Offset>20</Offset>
                        <Offset>98</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28114</ID>
                  <Description>"maxRange"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>38</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28115</ID>
                  <Description>"closeRange"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>34</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28116</ID>
                  <Description>"reachRange"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>30</Offset>
                    <Offset>98</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28171</ID>
              <Description>"ammunitionDefinition"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <GroupHeader>1</GroupHeader>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>A0</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28170</ID>
                  <Description>"effectDescription"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <GroupHeader>1</GroupHeader>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>18</Offset>
                    <Offset>A0</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>28223</ID>
                      <Description>"effectAdvancement"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <GroupHeader>1</GroupHeader>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>88</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>28224</ID>
                          <Description>"effectIncrementMethod"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28225</ID>
                          <Description>"incrementMultiplier"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>14</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28226</ID>
                          <Description>"additionalTargetsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>18</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28227</ID>
                          <Description>"additionalSubtargetsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28228</ID>
                          <Description>"additionalDicePerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>20</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28229</ID>
                          <Description>"additionalSpellLevelPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28230</ID>
                          <Description>"additionalSummonsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>28</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28231</ID>
                          <Description>"additionalHPPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>2C</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28232</ID>
                          <Description>"additionalTempHPPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>30</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28233</ID>
                          <Description>"additionalTargetCellsPerIncrement"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>34</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28234</ID>
                          <Description>"additionalItemBonus"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>38</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28235</ID>
                          <Description>"additionalWeaponDie"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>3C</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>28236</ID>
                          <Description>"alteredDuration"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>bitemi</Address>
                          <Offsets>
                            <Offset>40</Offset>
                            <Offset>88</Offset>
                            <Offset>18</Offset>
                            <Offset>A0</Offset>
                            <Offset>38</Offset>
                            <Offset>48</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28172</ID>
                      <Description>"rangeType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28173</ID>
                      <Description>"rangeParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28174</ID>
                      <Description>"halfDamageOnAMiss"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28175</ID>
                      <Description>"targetType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>AC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28176</ID>
                      <Description>"itemSelectionType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28177</ID>
                      <Description>"targetParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28178</ID>
                      <Description>"targetParameter2"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28179</ID>
                      <Description>"emissiveBorder"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>BC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28180</ID>
                      <Description>"emissiveParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28181</ID>
                      <Description>"requiresTargetProximity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28182</ID>
                      <Description>"targetProximityDistance"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28183</ID>
                      <Description>"targetExcludeCaster"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28184</ID>
                      <Description>"canBePlacedOnCharacter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CD</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28185</ID>
                      <Description>"affectOnlyGround"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>CE</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28186</ID>
                      <Description>"targetFilteringMethod"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28187</ID>
                      <Description>"targetFilteringTag"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28188</ID>
                      <Description>"requiresVisibilityForPosition"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D5</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28189</ID>
                      <Description>"inviteOptionalAlly"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D6</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28190</ID>
                      <Description>"recurrentEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D7</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28191</ID>
                      <Description>"retargetAfterDeath"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28192</ID>
                      <Description>"retargetActionType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>DC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28193</ID>
                      <Description>"poolFilterDiceNumber"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28194</ID>
                      <Description>"poolFilterDieType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28195</ID>
                      <Description>"trapRangeType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28196</ID>
                      <Description>"targetSide"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>EC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28197</ID>
                      <Description>"durationType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28198</ID>
                      <Description>"durationParameter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28199</ID>
                      <Description>"endOfEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28200</ID>
                      <Description>"hasSavingThrow"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FC</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28201</ID>
                      <Description>"disableSavingThrowOnAllies"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FD</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28202</ID>
                      <Description>"ignoreCover"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FE</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28203</ID>
                      <Description>"rollSaveOnlyIfRelevantForms"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>FF</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28204</ID>
                      <Description>"hasShoveRoll"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>100</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28205</ID>
                      <Description>"createdByCharacter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>101</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28206</ID>
                      <Description>"difficultyClassComputation"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>104</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28207</ID>
                      <Description>"fixedSavingThrowDifficultyClass"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>108</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28208</ID>
                      <Description>"advantageForEnemies"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10C</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28209</ID>
                      <Description>"canBeDispersed"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10D</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28210</ID>
                      <Description>"hasVelocity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>10E</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28211</ID>
                      <Description>"velocityCellsPerRound"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>110</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28212</ID>
                      <Description>"velocityType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>114</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28213</ID>
                      <Description>"hasLimitedEffectPool"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>118</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28214</ID>
                      <Description>"effectPoolAmount"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>11C</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28215</ID>
                      <Description>"effectApplication"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>120</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28216</ID>
                      <Description>"speedType"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>124</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28217</ID>
                      <Description>"speedParameter"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>128</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28218</ID>
                      <Description>"offsetImpactTimeBasedOnDistance"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>12C</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28219</ID>
                      <Description>"offsetImpactTimeBasedOnDistanceFactor"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>130</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28220</ID>
                      <Description>"offsetImpactTimePerTarget"</Description>
                      <VariableType>Float</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>134</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28221</ID>
                      <Description>"animationMagicEffect"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>138</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>28222</ID>
                      <Description>"lightCounterDispellsEffect"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>bitemi</Address>
                      <Offsets>
                        <Offset>13C</Offset>
                        <Offset>18</Offset>
                        <Offset>A0</Offset>
                        <Offset>38</Offset>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>28169</ID>
                  <Description>"applyCharacterScale"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>20</Offset>
                    <Offset>A0</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28251</ID>
              <Description>"usableDeviceDescription"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <GroupHeader>1</GroupHeader>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>A8</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28252</ID>
                  <Description>"usage"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>28</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28253</ID>
                  <Description>"chargesCapital"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28254</ID>
                  <Description>"chargesCapitalNumber"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>30</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28255</ID>
                  <Description>"chargesCapitalDie"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>34</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28256</ID>
                  <Description>"chargesCapitalBonus"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>38</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28257</ID>
                  <Description>"rechargeRate"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>3C</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28258</ID>
                  <Description>"rechargeNumber"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>40</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28259</ID>
                  <Description>"rechargeDie"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>44</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28260</ID>
                  <Description>"rechargeBonus"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>48</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28261</ID>
                  <Description>"outOfChargesConsequence"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>4C</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28262</ID>
                  <Description>"magicAttackBonus"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>50</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28263</ID>
                  <Description>"saveDC"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>54</Offset>
                    <Offset>A8</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28264</ID>
              <Description>"factionRelicDescription"</Description>
              <Options moHideChildren="1"/>
              <ShowAsHex>1</ShowAsHex>
              <GroupHeader>1</GroupHeader>
              <Address>bitemi</Address>
              <Offsets>
                <Offset>100</Offset>
                <Offset>38</Offset>
                <Offset>48</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>28265</ID>
                  <Description>"loreValue"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>20</Offset>
                    <Offset>100</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>28106</ID>
              <Description>"Item Pointer"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>28078</ID>
                  <Description>"inDungeonEditor"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>138</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28079</ID>
                  <Description>"weight"</Description>
                  <VariableType>Float</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>13C</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28080</ID>
                  <Description>"activeOnGround"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>140</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28081</ID>
                  <Description>"destroyedWhenUnequiped"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>141</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28082</ID>
                  <Description>"forceEquip"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>142</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28083</ID>
                  <Description>"canBeStacked"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>143</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28084</ID>
                  <Description>"stackSize"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>144</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28085</ID>
                  <Description>"defaultStackCount"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>148</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28086</ID>
                  <Description>"magical"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>14C</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28087</ID>
                  <Description>"requiresAttunement"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>14D</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28088</ID>
                  <Description>"requiresIdentification"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>14E</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28089</ID>
                  <Description>"itemRarity"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>150</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28090</ID>
                  <Description>"incompatibleWithMonkReturnMissile"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>154</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28091</ID>
                  <Description>"isArmor"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>155</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28092</ID>
                  <Description>"isWeapon"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>156</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28093</ID>
                  <Description>"isAmmunition"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>157</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28094</ID>
                  <Description>"isUsableDevice"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>158</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28095</ID>
                  <Description>"isTool"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>159</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28096</ID>
                  <Description>"isMusicalInstrument"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15A</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28097</ID>
                  <Description>"isStarterPack"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15B</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28098</ID>
                  <Description>"isContainerItem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15C</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28099</ID>
                  <Description>"isLightSourceItem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15D</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28100</ID>
                  <Description>"isFocusItem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15E</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28101</ID>
                  <Description>"isWealthPile"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>15F</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28102</ID>
                  <Description>"isSpellbook"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>160</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28103</ID>
                  <Description>"isDocument"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>161</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28104</ID>
                  <Description>"isFood"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>162</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>28105</ID>
                  <Description>"isFactionRelic"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>bitemi</Address>
                  <Offsets>
                    <Offset>163</Offset>
                    <Offset>38</Offset>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>28269</ID>
          <Description>"Mystic Arcanum Always Available [ Click Cast Spell ]"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : Solasta.exe
  Version: 
  Date   : 2022-12-30
  Author : MarianaRoses
  AoB    : 48 ?? ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 48 ?? ?? ?? 5D C3 00 ?? 04 ?? 05 ?? ?? ?? ?? 00 ?? 00 ?? 00 ?? 00 ?? 48 ?? ?? ?? F3 ?? ?? ?? ?? F3 ?? ?? ?? ?? ?? ?? ?? F3 ?? ?? ?? F3 ?? ?? ?? ?? ?? ?? ?? F3 ?? ?? ?? F3 ?? ?? ?? ?? F3 ?? ?? ?? F2 ?? ?? ?? F3 ?? ?? ?? ?? ?? ?? ?? F3 ?? ?? ?? F3 ?? ?? ?? ?? F3 ?? ?? ?? F2 ?? ?? ?? F2 ?? ?? ?? F2 ?? ?? ?? F2 ?? ?? ?? 48
  This script does blah blah blah
}

[ENABLE]

aobscanregion(bmystic,smystic,smystic+1ff,48 ?? ?? ?? 48 ?? ?? ?? 4C ?? ?? ?? 48 ?? ?? ?? 5D C3) // should be unique
alloc(newmem,$1000,bmystic)
alloc(bmysticc,8)
registerSymbol(bmystic bmysticc)
label(code return)

bmysticc:
  readmem(bmystic,8)
  
newmem:
  mov eax,1
code:
  readmem(bmystic,8)
  jmp return

bmystic:
  jmp newmem
  nop 3
return:

[DISABLE]
bmystic:
  readmem(bmysticc,8)
unregistersymbol(*)
dealloc(*)
       {
// ORIGINAL CODE - INJECTION POINT: RulesetSpellRepertoire:IsMysticArcanumAvailable+19d

RulesetSpellRepertoire:IsMysticArcanumAvailable+17d: 48 89 65 E0     - mov [rbp-20],rsp
RulesetSpellRepertoire:IsMysticArcanumAvailable+181: 48 83 EC 20     - sub rsp,20
RulesetSpellRepertoire:IsMysticArcanumAvailable+185: 48 8B C5        - mov rax,rbp
RulesetSpellRepertoire:IsMysticArcanumAvailable+188: 48 83 C0 B8     - add rax,-48
RulesetSpellRepertoire:IsMysticArcanumAvailable+18c: 48 89 45 A0     - mov [rbp-60],rax
RulesetSpellRepertoire:IsMysticArcanumAvailable+190: 48 8B 65 E0     - mov rsp,[rbp-20]
RulesetSpellRepertoire:IsMysticArcanumAvailable+194: C3              - ret 
RulesetSpellRepertoire:IsMysticArcanumAvailable+195: 33 C0           - xor eax,eax
RulesetSpellRepertoire:IsMysticArcanumAvailable+197: EB 04           - jmp RulesetSpellRepertoire:IsMysticArcanumAvailable+19d
RulesetSpellRepertoire:IsMysticArcanumAvailable+199: 0F B6 45 B0     - movzx eax,byte ptr [rbp-50]
// ---------- INJECTING HERE ----------
RulesetSpellRepertoire:IsMysticArcanumAvailable+19d: 48 8B 75 E8     - mov rsi,[rbp-18]
// ---------- DONE INJECTING  ----------
RulesetSpellRepertoire:IsMysticArcanumAvailable+1a1: 48 8B 7D F0     - mov rdi,[rbp-10]
RulesetSpellRepertoire:IsMysticArcanumAvailable+1a5: 4C 8B 75 F8     - mov r14,[rbp-08]
RulesetSpellRepertoire:IsMysticArcanumAvailable+1a9: 48 8D 65 00     - lea rsp,[rbp+00]
RulesetSpellRepertoire:IsMysticArcanumAvailable+1ad: 5D              - pop rbp
RulesetSpellRepertoire:IsMysticArcanumAvailable+1ae: C3              - ret 
20FDCC1BBAF: 00 01           - add [rcx],al
20FDCC1BBB1: 04 02           - add al,02
20FDCC1BBB3: 05 04 03 01 50  - add eax,50010304
20FDCC1BBB8: 00 00           - add [rax],al
20FDCC1BBBA: 00 00           - add [rax],al
}
</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>27979</ID>
      <Description>"Author: MarianaRoses -- Visit Us at Https://opencheattables.com"</Description>
      <Color>0000FF</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
